+command. Configuration Item: bf(APT::Get::Print-URIs).
+
+dit(bf(--purge))
+Use purge instead of remove for anything that would be removed.
+Configuration Item: bf(APT::Get::Purge).
+
+dit(bf(--reinstall))
+Re-Install packages that are already installed and at the newest version.
+
+dit(bf(--list-cleanup))
+This option defaults to on, use bf(--no-list-cleanup) to turn it off.
+When on apt-get will automatically manage the contents of
+/var/state/apt/lists to ensure that obsolete files are erased. The only
+reason to turn it off is if you frequently change your source list.
+Configuration Item: bf(APT::Get::List-Cleanup)
+
+dit(bf(--trivial-only))
+Only perform operations are 'trivial'. Logically this can be considered
+related to --assume-yes, where --assume-yes will answer yes to any prompt,
+--trivial-only will answer no. Configuration Item: bf(APT::Get::Trivial-Only)
+
+dit(bf(--no-remove))
+If any packages are to be removed apt-get immediately aborts without
+prompting. Configuration Item: bf(APT::Get::No-Remove)
+
+dit(bf(--diff-only), bf(--tar-only))
+Download only the diff or tar file of a source archive.
+Configuration Item: bf(APT::Get::Diff-Only)