Quick alias to update your packages via aptitude —
I use the command line more than anything, and I try to stay up to date regularly, so I added an alias for the command I use for updates.
alias apt-up='sudo aptitude -y update && sudo aptitude -y full-upgrade '
Categorised as: bash