summaryrefslogtreecommitdiff
path: root/cmdline/apt.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-08-14 20:35:18 +0200
committerJulian Andres Klode <jak@debian.org>2015-08-14 20:37:50 +0200
commit825220b5aef6db9dfb8a34c41a3ac7c3ce477be2 (patch)
tree147fb4076a6113624f82dbf820d8dabeff176d0f /cmdline/apt.cc
parentf8043f219f077b1cfc6c5ad2263c4caa4709a00d (diff)
apt: Add autoremove and auto-remove commands
Diffstat (limited to 'cmdline/apt.cc')
-rw-r--r--cmdline/apt.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmdline/apt.cc b/cmdline/apt.cc
index 2f7eddb61..92db34cfa 100644
--- a/cmdline/apt.cc
+++ b/cmdline/apt.cc
@@ -55,6 +55,7 @@ static bool ShowHelp(CommandLine &)
"\n"
" install - install packages\n"
" remove - remove packages\n"
+ " autoremove - Remove automatically all unused packages\n"
"\n"
" upgrade - upgrade the system by installing/upgrading packages\n"
" full-upgrade - upgrade the system by removing/installing/upgrading packages\n"
@@ -76,6 +77,8 @@ int main(int argc, const char *argv[]) /*{{{*/
// package stuff
{"install",&DoInstall},
{"remove", &DoInstall},
+ {"autoremove", &DoInstall},
+ {"auto-remove", &DoInstall},
{"purge", &DoInstall},
// system wide stuff