All original content is created in Ukrainian. Not all content has been translated yet. Some posts may only be available in Ukrainian.Learn more

What is apt-get in Ubuntu?

This content has been automatically translated from Ukrainian.
apt-get it is a command-line tool on Debian-based systems such as Ubuntu used to work with packages. It is part of the larger APT (Advanced Package Tool) system tool.
Basic functions apt-get:
  • apt-get update: Updates the package list in your repository. This does not update the packages themselves, but only informs the system about new versions of the packages available for download. Tobte downloads information about which new packages or updates have appeared.
  • apt-get upgrade: Updates all installed packages to the latest versions, based on the list that was updated by the command apt-get update.
  • apt-get install: Installs a new package. For example, apt-get install steam will install Steam.
  • apt-get remove: Removes the package from your system.
  • apt-get autoremove: Removes packets that have been automatically installed to support other packets but are no longer needed.
  • apt-get dist-upgrade: Updates all installed packages to the latest versions, just like apt-get upgrade, but also knows how to handle dependencies of new and old packages.
In newer versions of Ubuntu, you will see that apt-get replaced simply by apt, which has a slightly improved user interface, but basically performs the same functions.

This post doesn't have any additions from the author yet.

30 Jun 10:50

What is Recursion? An example of recursion in real life. Consequences of infinite recursion.

meme code
meme code@memecode
30 Jun 12:08

What is MergeSort? When and by whom was it created? How exactly does MergeSort work?

meme code
meme code@memecode
30 Jun 12:15

Яка різниця між QuickSort та MergeSort?

meme code
meme code@memecode
03 Jul 05:03

What is MS-DOS? When and by whom was MS-DOS created?

meme code
meme code@memecode
03 Jul 06:45

What is an API (Application Programming Interface)?

meme code
meme code@memecode
10 Jul 05:43

What is a distribution?

meme code
meme code@memecode
24 Jul 11:25

Як встановити Steam в Ubuntu? Встановлення Steam через термінал.

meme code
meme code@memecode
24 Jul 11:47

How to change the language on Steam to Ukrainian?

meme code
meme code@memecode
24 Jul 12:01

What is "Vulkan Shader Processing" on Steam?

meme code
meme code@memecode
24 Jul 12:17

How to make Counter-Strike: GO in Ubuntu full screen without starting the game?

meme code
meme code@memecode
20 Nov 19:35

Як відновити видалений файл (Trix), який зберігався на Amazon S3?

meme code
meme code@memecode
29 Nov 08:47

Чим відрізняється var від let в Javascript?

meme code
meme code@memecode