" search - search in package descriptions\n"
" show - show package details\n"
"\n"
- " update - update list of available packages\n"
" install - install packages\n"
- " upgrade - upgrade the systems packages\n"
+ " remove - remove packages\n"
"\n"
" edit-sources - edit the source information file\n"
+ "\n"
+ " update - update list of available packages\n"
+ " upgrade - upgrade the systems packages\n"
);
return true;
}
// FIXME: move into a new libprivate/private-install.cc:Install()
- _config->Set("DPkgPM::Progress", "1");
+ _config->Set("DPkgPM::Progress-Fancy", "1");
_config->Set("Apt::Color", "1");
// Parse the command line and initialize the package library