From 2f0e179395690163c37fba9727dc634dcaa5c11e Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Wed, 21 Nov 2018 07:40:57 +0300 Subject: README.md: Document that apt is also included --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e17f1f441..8a8b3b6ed 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,20 @@ package managers can depend upon. Included tools are: -* apt-get for retrieval of packages and information about them +* **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 +* **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 -* apt-extracttemplates to be used by debconf to prompt for configuration - questions before installation. -* apt-ftparchive creates Packages and other index files +* **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 +* **apt-extracttemplates** to be used by debconf to prompt for configuration + questions before installation +* **apt-ftparchive** creates Packages and other index files needed to publish an archive of debian packages -* apt-sortpkgs is a Packages/Sources file normalizer. +* **apt-sortpkgs** is a Packages/Sources file normalizer +* **apt** is a high-level commandline interface for better interactive usage The libraries libapt-pkg and libapt-inst are also maintained as part of this project, alongside various additional binaries like the acquire-methods used by them. -- cgit v1.2.3