• Install packages:
sudo apt-get install packagename
• Remove packages:
sudo apt-get remove packagename
• Retrieve new lists of packages:
sudo apt-get update
• Upgrade system with available updates:
sudo apt-get upgrade
• List further commands and options:
apt-get help

No comments:
Post a Comment