Я пытался установить Regolith Desktop с помощью apt, как мне показывает сайт https://regolith-desktop.com/docs/using ... h/install/
Но я получил эту ошибку :
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.
А это информация о моей системе:
ОС: Linux Mint 21.3 x86_64
Ядро: 5.15. 0-101-generic
Я слышал, что установить реголит на Linux Mint можно.
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_ ... ntic-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
Подробнее здесь: https://stackoverflow.com/questions/784 ... linux-mint