APT Suite Flashcards
apt-cache depends
displays the dependencies required for the package
apt-cache pkgnames
shows all the packages installed on the system
apt-cache search
displays name of packages matching specified item
apt-cache showpkg
lists info about specified pkg
apt-cache stats
displays package statistics for the system
apt-cache unmet
shows any unmet dependencies for all installed packages or the specified installed package
apt-get autoclean
removes information about packages that are no longer in the respository
apt-get check
checks the package management database for inconsistencies
apt-get clean
cleans up the database and any temporary downloaded files
apt-get dist-upgrade
upgrades all packages, but monitors for package dependencies
apt-get dselect-upgrade
completes any package changes left undone
apt-get install
installs or updates a package and updates the package management database
apt-get remove
removes a package from the package management database
apt-get source
retrieves the source code package for the specified package
apt-get update
retrieves updated information about packages in the repository