aptdcon --version (return code: 0)
1.1.1
aptdcon --help (return code: 0)
Usage: aptdcon [options]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-c, --refresh Refresh the cache
--fix-depends Try to resolve broken dependencies. Potentially
dangerous operation since it could try to remove many
packages.
--fix-install Try to finish a previous incompleted installation
-i INSTALL, --install=INSTALL
Install the given packages
--reinstall=REINSTALL
Reinstall the given packages
-r REMOVE, --remove=REMOVE
Remove the given packages
-p PURGE, --purge=PURGE
Remove the given packages including configuration
files
-u UPGRADE, --upgrade=UPGRADE
Install the given packages
--downgrade=DOWNGRADE
Downgrade the given packages
--upgrade-system Deprecated: Please use --safe-upgrade
--safe-upgrade Upgrade the system in a safe way
--full-upgrade Upgrade the system, possibly installing and removing
packages
--add-vendor-key=ADD_VENDOR_KEY
Add the vendor to the trusted ones
--add-vendor-key-from-keyserver=ADD_VENDOR_KEY_FROM_KEYSERVER
Add the vendor keyid (also needs --keyserver)
--keyserver=KEYSERVER
Use the given keyserver for looking up keys
--add-repository=ADD_REPOSITORY
Add new repository from the given deb-line
--sources-file=SOURCES_FILE
Specify an alternative sources.list.d file to which
repositories should be added.
--list-trusted-vendors
List trusted vendor keys
--remove-vendor-key=REMOVE_VENDOR_KEY
Remove the trusted key of the given fingerprint
--clean Remove downloaded package files
--reconfigure=RECONFIGURE
Reconfigure installed packages. Optionally the minimum
priority of questions can be specified
--priority=PRIORITY The minimum debconf priority of question to be
displayed
--hide-terminal Do not attach to the apt terminal
--allow-unauthenticated
Allow packages from unauthenticated sources
-d, --show-details Show additional information about the packages.
Currently only the version number
To operate on more than one package put the package names in quotation marks:
aptdcon --install "foo bar"