Install APT (Advanced Package Tool) – The commandline package manager for Linux Ubuntu. Install Apt 1.0.9.7 on Linux Ubuntu15.04, Ubuntu 14.10, Ubuntu 14.04, Debian and Derivatives.
APT is the default package manager of Debian, Ubuntu and Derivatives. The package provides commandline tools for searching and managing as well as querying information about packages as a low-level access to all features of the libapt-pkg library.
These include:
- apt-get for retrieval of packages and information about them from authenticated sources and for installation, upgrade and removal of packages together with their dependencies.
- apt-cache for querying available information about installed as well as installable packages
- apt-cdrom to use removable media as a source for packages
- apt-config as an interface to the configuration settings
- apt-key as an interface to manage authentication keys
Open Terminal and run the following commands to install APT 1.0.9.7 on 32 bit/64 bit Ubuntu Systems – Ubuntu 14.10, Ubuntu 14.04, Debian 8 and derivative systems:
Install APT 1.0.9.7 On 32 Bit Ubuntu Systems
sudo apt-get install gdebi
wget ftp.de.debian.org/debian/pool/main/a/apt/libapt-pkg4.12_1.0.9.7_i386.deb
sudo gdebi libapt-pkg4.12_1.0.9.7_i386.deb
wget ftp.debian.org/debian/pool/main/a/apt/apt_1.0.9.7_i386.deb
sudo gdebi apt_1.0.9.7_i386.deb
Install APT 1.0.9.7 On 64 Bit Ubuntu Systems
wget ftp.de.debian.org/debian/pool/main/a/apt/libapt-pkg4.12_1.0.9.7_amd64.deb
sudo gdebi libapt-pkg4.12_1.0.9.7_amd64.deb
wget ftp.debian.org/debian/pool/main/a/apt/apt_1.0.9.7_amd64.deb
sudo gdebi apt_1.0.9.7_amd64.deb