Apt: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:


Debian package manager tool.
Debian package manager tool.
=Update=
Before installing packages, download and update package lists from repositories.
apt-get update


=Install a Package On-Line=
=Install a Package On-Line=

Revision as of 20:49, 26 September 2019

External

Internal

Overview

Debian package manager tool.

Update

Before installing packages, download and update package lists from repositories.

apt-get update

Install a Package On-Line

apt-get install git

Install a Package Off-Line

dpkg -i ./liberror-perl_0.17-1.1_all.deb
apt-get install -f