]> git.saurik.com Git - apt.git/blobdiff - doc/apt-get.8.yo
Regexs for install
[apt.git] / doc / apt-get.8.yo
index 918d17b1cddb6979b1b2dda68da3ec10e2fb8f6e..393f9ec6fc7abf1b5d07438fbc40bdee9a59ce5c 100644 (file)
@@ -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