Showing revision 1

apt-get

Useful apt / apt-get commands

Before doing anything, always update the catalog:

 apt-get update

Tell me what you would upgrade:

 apt-get --simulate upgrade

Install OR upgrade e.g mutt

 apt-get install mutt