System Update with apt/aptitude
apt-get update # update repositories first | |
# then do either | |
apt-get dist-upgrade | |
aptitude safe-upgrade # about equiv. to above, safer though | |
# alternative, doesn't install or uninstall any packages | |
apt-get upgrade | |
# reference: http://askubuntu.com/questions/194651/why-use-apt-get-upgrade-instead-of-apt-get-dist-upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment