APT Configuration - Linux
/etc/apt/apt.conf.d/01autoremove
Quick Actions
๐ฅ Download Original 01autoremoveConfiguration File Information
Authentic & Original
Unaltered 01autoremove from fresh installation.
Linux Distribution Support
๐ Currently viewing: Debian 10 (Buster)
โ Also compatible:
Ubuntu 18.04 LTS (Bionic Beaver),
โ Different versions:
Configuration File Content
60 lines
APT
{
NeverAutoRemove
{
"^firmware-linux.*";
"^linux-firmware$";
"^linux-image-[a-z0-9]*$";
"^linux-image-[a-z0-9]*-[a-z0-9]*$";
};
VersionedKernelPackages
{
# linux kernels
"linux-image";
"linux-headers";
"linux-image-extra";
"linux-modules";
"linux-modules-extra";
"linux-signed-image";
"linux-image-unsigned";
# kfreebsd kernels
"kfreebsd-image";
"kfreebsd-headers";
# hurd kernels
"gnumach-image";
# (out-of-tree) modules
".*-modules";
".*-kernel";
"linux-backports-modules-.*";
"linux-modules-.*";
# tools
"linux-tools";
"linux-cloud-tools";
# build info
"linux-buildinfo";
# source code
"linux-source";
};
Never-MarkAuto-Sections
{
"metapackages";
"contrib/metapackages";
"non-free/metapackages";
"restricted/metapackages";
"universe/metapackages";
"multiverse/metapackages";
};
Move-Autobit-Sections
{
"oldlibs";
"contrib/oldlibs";
"non-free/oldlibs";
"restricted/oldlibs";
"universe/oldlibs";
"multiverse/oldlibs";
};
};
Download Commands
01autoremove โข
Download the 100% original unaltered configuration file pulled from APT
Using wget:
wget -O 01autoremove.example https://exampleconfig.com/api/v1/config/original/76120d358bc9037bb6358e737b3050b5?hint=01autoremove
Using curl:
curl https://exampleconfig.com/api/v1/config/original/76120d358bc9037bb6358e737b3050b5?hint=01autoremove > 01autoremove.example
Related Configuration Files
/etc/apt/apt.conf.d/01autoremove
APT ยท Debian 9 (Stretch)
/etc/apt/apt.conf.d/01autoremove
APT ยท Debian 9 (Stretch)
/etc/apt/apt.conf.d/01autoremove
APT ยท Debian 9 (Stretch)
/etc/apt/apt.conf.d/01autoremove
NGINX ยท Debian 10 (Buster)
/etc/apt/apt.conf.d/01autoremove
NGINX ยท Debian 10 (Buster)
/etc/apt/apt.conf.d/01autoremove
NGINX ยท Debian 10 (Buster)