List available upgrades from apt without upgrading the system
apt-get --just-print upgrade
Related Posts
failed to create directory via template ‘/var/lock/apache2.XXXXXXXXXX’: No such file
Create the directory with mkdir -p /run/lock The install should now work (you may need…
How to clone a running system to a new harddisk using rsync?
Have you ever wanted to shrink an EC2 volume? I tried several ways and this…