Package Management

apt

English

Overview

A package-management command used on Debian-based distributions.

Details

Short for Advanced Package Tool. A command for Debian-based distributions that handles searching, installing, updating, and removing packages in one tool. It's really a front end that drives dpkg underneath: apt handles dependency resolution and downloading from repositories, while the actual install and removal work is delegated to dpkg.

More Linux terms