![]() |
Difference between LL Update/Upgrade tools & apt / apt-get / aptitude / synaptic - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.linuxliteos.com/forums/forumdisplay.php?fid=17) +--- Thread: Difference between LL Update/Upgrade tools & apt / apt-get / aptitude / synaptic (/showthread.php?tid=5011) |
Difference between LL Update/Upgrade tools & apt / apt-get / aptitude / synaptic - mezzmer - 02-20-2018 There are many package tools: The graphical tools for Update/Upgrade that are available from the Linux Lite menus and the Higher Level Debian tools: apt / apt-get / aptitude / synaptic and dpkg Can someone please tell me are all these tools just front ends for dpkg? Do they all use the same repo lists, or is there a possibility that they may end up using different lists and damage an installation? Since there are different ways to accomplish the same task, it would be good to know if they are all equivalent/safe, or if there are methods that should be avoided. In particular keeping up with security updates... apt-get update / apt-upgrade OK or NOT? Should I use apt or apt-get or doesn't it matter? What about aptitude (command line) or synaptic (gui) - at the moment they seem to indicate 4 upgradeable packages (all part of python). I don't care about them on this VM, but if I did care would be nice to be able to update. It seems at the moment those updates are included in all method, but the graphical tools want to update a larger list of packages. Can someone offer some insight on the workflow regarding updating and how updates/upgrades get migrated from Ubuntu to Linux Lite. Any input/references etc. will be much appreciated. ---------- Reference Material for the Above ---------- Output from apt-get upgrade (not run) - same results as aptitude/synaptic Code: linuxlite@lite:~$ sudo apt-get upgrade Result from Install Updates (Shortcut on the main menu): Code: Updates Available for your System Re: Difference between LL Update/Upgrade tools & apt / apt-get / aptitude / synaptic - TheDead - 02-20-2018 Hi, One of the features of Linux Lite is that it has the graphical tool so you dont have to mess around the command line. The Linux Team deals with what to update or not and must say they do a splendid job on this. I played around with the different terminal command and broke my installations more then once so be careful... or just use the graphical user interface. You can choose to change/update the Linux Kernel with another Lite tool, but I would only recommend you this option if something doesnt work (i.e. network card, etc.) Personnaly, I would only use apt-get upgrade on other Linux distros. What is in synaptics is usually the standard/stable version of software. Not all software are available in there and you could sometime have to add a PPA repository. User/sites will usually give the terminal instruction for this. Its a few lines. (add repository, do an apt-get update, then apt-get install) Cheers! |