List available upgrades from apt without upgrading the system
apt-get --just-print upgrade
Related Posts
How to Backup MySQL Information using automysqlbackup
There is a utility program called "automysqlbackup" that is available in the Ubuntu repositories. This…
How do I grant sudo privileges to an existing user
sudo usermod -a -G sudo username
