summaryrefslogtreecommitdiff
path: root/doc/apt-get.8.yo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/apt-get.8.yo')
-rw-r--r--doc/apt-get.8.yo5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/apt-get.8.yo b/doc/apt-get.8.yo
index 918d17b1c..393f9ec6f 100644
--- a/doc/apt-get.8.yo
+++ b/doc/apt-get.8.yo
@@ -78,6 +78,11 @@ hyphen is appended to the package name (with no intervening space), the
identified package will be removed if it is installed. This latter feature
may be used to override decisions made by apt-get's conflict resolution system.
+If no package matches the given expression and the expression contains one
+of '.', '?' or '*' then it is assumed to be a POSIX regex and it is applied
+to all package names in the database. Any matches are then installed (or
+removed).
+
dit(bf(remove))
bf(remove) is identical to bf(install) except that packages are removed
instead of installed. If a plus sign is appended to the package name (with no