apt list --upgradable lists the packages that could be upgrated with apt-get upgrade.
This lists some packages we probably installed manually (e.g.: the kernel). What is the best way to prevent users from mistakenly upgrade some critical packages when doing apt-get upgrade?
Issue by giuliomoro Tuesday Apr 25, 2017 at 01:16 GMT Originally opened as https://github.com/LBDonovan/image-builder/issues/15
apt list --upgradable
lists the packages that could be upgrated withapt-get upgrade
. This lists some packages we probably installed manually (e.g.: the kernel). What is the best way to prevent users from mistakenly upgrade some critical packages when doingapt-get upgrade
?