1. Apt-cache Search Package
2. Apt-cache Search all for all installation packages
3. Apt-cache Show package Displays the installation pack information
4. Apt-cache depends package show use dependencies
5. Apt-cache Rdepends package to see which installation packages are dependent on
6. Apt-get Install the Package
7. Apt-get Install package--Reinstall reinstall it
8. Apt-get-f Install repair Installation
9. Apt-get Remove Package
Apt-get Remove Package--purge install installation packages and configuration files
Apt-get Update Source
Apt-get Upgrade Update installed packages
Apt-get Dist-upgrade Upgrade System
Apt-get Dselect-upgrade using Dselect upgrade
Apt-get BUILD-DEP Package Installation-related compilation environment
Apt-get source package to download the installer
Apt-get clean && sudo apt-get autoclean cleaning up a useless installation package
Apt-get Check to see if there is a damaged dependency
These operations need to be used under sudo.
Ubuntu apt main commands and parameters