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?
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?
Of course it's safe; what's the risk? If the server's brand new, you have no data to lose, and no services to get complaints about.
From the aptitude manpage:
Generally speaking, it's fine. The difference between apt and aptitude the algorithm for dependency solvers. Eventually you can expect apt-get to be replaced underneath by aptitude, when it's improved to the point where it's better than apt-get in every case.