Is "aptitude full-upgrade" safe to run on a new server?
- by Miko
Is it safe to run this command on a brand new Debian server?
aptitude -y full-upgrade
The command is from http://www.linode.com/stackscripts/view/?StackScriptID=1
On a related note, how is aptitude update different from apt-get update?