You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
415 B
Plaintext

# apt-config
# APT Configuration Query program
# List all APT (and related) configuration options and their values.
apt-config dump
# List regular expressions used to match packages to be ignored by apt-get(8)'s
# `autoremove` functionality. Assumes `;` or some other undesired character
# will be at the end of the string.
apt-config dump | awk '/^APT::NeverAutoRemove::/ {print(substr($2, 0, length($2) - 1))}'