summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2018-11-21 07:40:57 +0300
committerGitHub <noreply@github.com>2018-11-21 07:40:57 +0300
commit2f0e179395690163c37fba9727dc634dcaa5c11e (patch)
treec29b7e865699969545488bbaa43ca8d327e2621f /README.md
parent5d1dfd120a5a80b126f3a7eeb29b4fd962d7191d (diff)
README.md: Document that apt is also included
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 10 insertions, 9 deletions
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.