apt list --upgradable | grep "\-security"
apt show upgradable security
Leave a reply
apt list --upgradable | grep "\-security"
apt install -y lsb-release
apt update && apt install -y lsb-release && apt clean all
Check /boot is not 100% full and remove some old kernels, than run:
apt-get -f install
apt-get autoremove
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E5267A6C
apt-get install software-properties-common
ps aux | grep -i apt
root 13794 0.1 0.5 148856 91052 ? S Apr20 58:38 apt-get upgrade -y
kill 13794
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem
dpkg --configure -a
apt-get --just-print upgrade