summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2019-01-22 12:11:28 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2019-01-22 12:11:28 +0100
commit18ce128042b3b8f7fa538105822fa2d093535cdf (patch)
tree8b8787161b5642a7ff18b009f33080ec67d5e704
parented03ec3681c62ca8e5bda7075df2cdc841108293 (diff)
parent2f0e179395690163c37fba9727dc634dcaa5c11e (diff)
Merge branch 'patch-1' of github.com:techtonik/apt
-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.