![]() |
Stellarium is removed when Lite updates is run - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=20) +--- Thread: Stellarium is removed when Lite updates is run (/showthread.php?tid=4130) |
Stellarium is removed when Lite updates is run - justme2 - 06-03-2017 The latest version of Stellarium which will run on my eeePC is 0.11 (MESA version) which I install from a deb file. The version is locked in Synaptic but when I run 'Install updates' Stellarium 0.11 gets removed, including the menu entry. I then have to run the deb installer again. Can I stop this happening? TIA Edit: running command apt autoremove wants to remove stellarium and stellarium-data $ sudo apt autoremove Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: libqt4-opengl libqt5opengl5 libqt5serialport5 stellarium stellarium-data 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. After this operation, 161 MB disk space will be freed. Do you want to continue? [Y/n] Re: Stellarium is removed when Lite updates is run - gold_finger - 06-06-2017 Not 100% sure, but think that in addition to locking it in Synaptic you need to put a hold on it with this command: Code: sudo apt-mark hold stellarium I believe that will solve problem. Run command, then run updates to make sure it worked and package doesn't get removed. P.s. It's a mystery to me why you need to do this at all. Don't know why updates would arbitrarily remove something you installed with a .deb file. Don't think I've run into that before. Re: Stellarium is removed when Lite updates is run - justme2 - 06-06-2017 Thanks gold_finger, that seems to have solved the problem. ![]() ![]() ![]() Re: Stellarium is removed when Lite updates is run - gold_finger - 06-07-2017 You're welcome -- glad it worked. Thanks for remembering to mark the thread <SOLVED>. |