Home > What Is The Function Of Apt-Get In Linux?
Question

What is the function of apt-get in Linux?

Answers
03/07/2022
Kalfas Barritt

It is used to install applications. For example, let's say you want to install the GParted program, it would look like this:

apt-get install gparted

03/12/2022
Cowen Heuwinkel

The apt-get tool (apt, aptitude) is a dependency manager for Debian-based Linux distributions (Ubuntu, Linux Mint, Elementary OS...).

When you need to install a program, apt calculates the dependencies for that program and sends them to install.

The actual installation tool is usually DPKG.

The apt-get tool is a dependency manager for Debian-based Linux distributions (Ubuntu, Linux Mint, Elementary OS...).

Reply
Does Linux have any pre-installation environment like winPE? :: What is the best email client for Linux? Usability is important, not just features.
Useful Links