I tried to install Regolith desktop with apt how the site shows me https://regolith-desktop.com/docs/using-regolith/install/
But I got this error:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
regolith-wm-config : Depends: i3-wm (>= 4.20) but it is not installable or
sway-regolith but it is not installable
Recommends: regolith-wm-next-workspace but it is not installable
E: Unable to correct problems, you have held broken packages.
And this is my system info:
OS: Linux Mint 21.3 x86_64
Kernel: 5.15.0-101-generic
I heard that install regolith on linux mint is possible.
wget -qO - https://regolith-desktop.org/regolith.key |
gpg --dearmor | sudo tee /usr/share/keyrings/regolith-archive-keyring.gpg > /dev/null
echo deb "[arch=amd64 signed-by=/usr/share/keyrings/regolith-archive-keyring.gpg]
https://regolith-desktop.org/release-3_1-ubuntu-mantic-amd64 mantic main" |
sudo tee /etc/apt/sources.list.d/regolith.list
sudo apt update
sudo apt install regolith-desktop regolith-session-flashback regolith-look-lascaille
New contributor
Staff Roi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.