Problem #1
I have apps I can’t uninstall. Example, Librem 5 Tour app. I try unistall PureOS store and terminal. I get message no folds or unmet dependance(something like that). I post help in Element chat think the fix was simple. I got good help, but still have the problem. One I was told that Librem 5 tour was phosh tour, so maybe that why terminal didn’t work. I try use phosh tour and got same results. One of them said I might have a broken my installation. Then try “sudo apt --fix-broken install”. That didn’t work.
I can install apps like “Lollypop” and uninstall them fine.
Problem #2
I have a OS update(Linux-image-6.6.0-… 6.6.29pureos1~byz1) that won’t install. I have try different days, and more than once. I do have a notifications say, “Low Disk Space on “boot””. I don’t know how to fix that or if that problem #3?
Errors
sudo apt purge phosh-tour. Error is Unmet dependecies.
sudo apt autoremove. Error is Unmet dependencies.
sudo apt --fix-broken install. Error paste subprocessing was killed by signal (Broken pipe).
sudo apt install --reinstall phosh-tour. Error Unable to locate package phosh–tour.
sudo apt install --reinstall phosh–tour. Error Unable to locate package phosh–tour
apt search tour. work
sudo apt remove gnome-chess. Error Unmet dependenies.
apt search games, work.
sudo apt remove gnome-weather, Error Unmet dependencies.
sudo dpkg -r phosh-tour. worked.
sudo dpkg -r gnome-chess, Error dpkg: dependency problems prevent removal of gnome-chess: phosh-games depends on gnome-chess.
sudo dpkg -r gnome-weather. worked.
sudo dpkg -r phosh chess, warning ignoring request to remove phosh-chess which isn’t installed.
sudo dpkg -r gnome-chess, error dpkg: dependency problems prevent removal of gnome-chess: phosh-games dependson gnome-chess.
I believe the PureOS store is required application as many other programs may be dependent on it. It might be the same situation for the Librem 5 tour.
As for the problem updating the kernel, it could be the /boot partition is full. You can try the command sudo apt autoremove and it may mention removing kernels that are no longer used.
Sometimes apt can get hung up because it is trying to install the kernel first. Try to see if the command worked, or at least copy and paste the error you are seeing
unmet dependencies for sudo apt purge phosh-tour.
So sudo apt --fix-broken install. Come up with error paste subprocessing was killed by signal (Broken pipe).
Nope, sudo apt install --reinstall phosh-tour. Error Unable to locate package phosh–tour. I have also try uninstall chess, wheather. but only thought the pureos store.
apt search tour
(to see if it can even find phosh-tour.)
sudo apt remove gnome-chess
If that doesn’t work, then Chess might have been installed as a meta package of games. apt search games
(to see if you have gnome-games installed.)
And: sudo apt remove gnome-weather
(Not “wheather,” in case you typed it wrong.)