apt list --upgradable | grep "\-security"
Tag Archives: apt
Unable to locate package lsb_release
apt install -y lsb-release
bash: lsb_relase: command not found
apt update && apt install -y lsb-release && apt clean all
linux-image-generic : Depends: linux-image-4.4.0-184-generic but it is not going to be installed or
Check /boot is not 100% full and remove some old kernels, than run:
apt-get -f install
The following packages were automatically installed and are no longer required
apt-get autoremove
W: GPG error: http://ppa.launchpad.net/ondrej/php/ubuntu xenial InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E5267A6C
E: Unable to locate package add-apt-repository
apt-get install software-properties-common
E: Could not get lock /var/lib/dpkg/lock-frontend – open (11: Resource temporarily unavailable)
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 check updates
apt-get --just-print upgrade