0% found this document useful (0 votes)
46 views1 page

APT - Advanced Package Tool

APT, or Advanced Package Tool, is the recommended method for managing software packages on Ubuntu and Debian-based distributions, consolidating apt-get and apt-cache into a single command. It operates with packages from repositories rather than .deb files directly, utilizing dpkg for installation after downloading. APT repositories, including PPAs hosted on platforms like Launchpad, contain collections of packages and their metadata for apt to read.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views1 page

APT - Advanced Package Tool

APT, or Advanced Package Tool, is the recommended method for managing software packages on Ubuntu and Debian-based distributions, consolidating apt-get and apt-cache into a single command. It operates with packages from repositories rather than .deb files directly, utilizing dpkg for installation after downloading. APT repositories, including PPAs hosted on platforms like Launchpad, contain collections of packages and their metadata for apt to read.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

APT - Advanced Package Tool

● The recommended way to manage software packages on Ubuntu and other Debian
based distributions is using apt.
● In the newest versions of Ubuntu the apt-get and apt-cache tools were merged into a
single command simply called apt.
● Unlike dpkg, apt does not understand .deb files. It works with packages that are
downloaded from repositories and calls dpkg directly after downloading the .deb
archives.
● An APT repository is a web server which contains a collection of packages with
metadata that is readable by the apt tool.
● A special kind of repository hosted on servers like Launchpad are PPAs.

Master Linux Administration


By Andrei Dumitrescu

You might also like