What Is an Apt-File?

Advanced Packaging Tool (apt) is an installation package management tool under Linux, which is a client / server system.

apt

(Linux management tools)

Right!
Advanced Packaging Tool (apt) is an installation package for Linux
Advanced Packaging Tool (apt) is an installation package for Linux
APT is a client /
apt-cache search #-(package search package)
apt-cache show # (package gets information about the package, such as description, size, version, etc.)
sudo apt-get install #-(package installation package)
sudo apt-get reinstall # (package--reinstall reinstall the package)
sudo apt-get -f install # (mandatory installation? # -f = fix-missing when it is repair installation ...)
sudo apt-get remove # (package delete a package)
sudo apt-get remove --purge #-(package deletes a package, including deleting configuration files, etc.)
sudo apt-get autoremove --purge # - (package deletes the package and its dependent package configuration files, etc. (only valid for 6.10, highly recommended))
sudo apt-get update #-update source
sudo apt-get upgrade #-update installed packages
sudo apt-get dist-upgrade # Upgrade the system
sudo apt-get dselect-upgrade # Upgrade with dselect
apt-cache depends # - (package understands the use of dependencies)
apt-cache rdepends # (package knows a specific dependency? #When you look at which packages are dependent on this package ...)
sudo apt-get build-dep #-(package installation-related compilation environment)
apt-get source # (package download the source code of the package)
sudo apt-get clean && sudo apt-get autoclean # clean the archive of downloaded files && only clean outdated packages
sudo apt-get check # - Check for broken dependencies
apt-get install #-(Download and all dependent packages, and install or upgrade packages at the same time. If a package is set to hold (stop flag, it will be set aside (that is, will not be upgraded). More For more details, please see below.)
apt-get remove [--purge] #-(Remove and any other packages that depend on this package.)
--purge indicates that the package should be completely purged. See dpkg -P for more information.
apt-get update #-(Upgrade the package list from the Debian mirror. If you want to install any software of the day, run it at least once a day, and every time you modify /etc/apt/sources.list, you must execute it.)
apt-get upgrade [-u] # (Upgrade all installed packages to the latest available version. Will not install new or remove old packages. Shape front end (some of them must be installed before use). Here dselect It is undoubtedly the most powerful, the oldest and the most difficult to control.)

IN OTHER LANGUAGES

Was this article helpful? Thanks for the feedback Thanks for the feedback

How can we help? How can we help?