APT

From wikieduonline
Jump to navigation Jump to search

Advanced Package Tool, or APT, is a free software user interface that works with core libraries to handle the installation and removal of software on Debian, Ubuntu and other Linux distributions. Main Advanced Package Tool (APT) binaries are: apt, apt-get, apt-cache and apt-key

Basic apt commands[edit]

  • Installing: apt install PACKAGE_NAME
  • apt show PACKAGE_NAME or aptitude show PACKAGE_NAME
  • apt policy PACKAGE_NAME [1] Provides source repository for a given package.
  • apt-get update && apt-get upgrade
  • Showing pending to update packages: apt-get upgrade --dry-run or apt-get upgrade -s
    • /usr/lib/update-notifier/apt-check --human-readable
  • apt purge
  • apt install
  • apt autoremove
  • apt clean PACKAGE_NAME
  • apt-file list (apt install apt-file)
  • apt list

Basic apt-cache commands[edit]

See also: apt show PACKAGE_NAMEdpkg -s PACKAGE_NAME

Relevant configuration files and directories[edit]

Updates[edit]

Holding packages[edit]

To avoid packages from being upgrade when upgrading use apt-mark command

  • apt-mark hold PACKAGE_NAME
  • apt-mark unhold PACKAGE_NAME
  • apt-mark showhold[4]

Single upgrade[edit]

  • To upgrade only a package: apt-get install --only-upgrade PACKAGE_NAME

Activities[edit]

  1. Read differences between apt upgrade and apt dist-upgrade: https://unix.stackexchange.com/a/304887
  2. Read APT Automatic updates
  3. Install software-properties-common package[5] to be able to use apt-add-repository Python command available since 2004.


Related terms[edit]

See Also[edit]

Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.

Original Source: https://en.wikiversity.org/wiki/Linux_server_administration/apt

Advertising: