/etc/apt/apt.conf.d
NameSizeModeActions
01-vendor-ubuntu920644editdlrm
01autoremove6300644editdlrm
01autoremove-kernels119500444editdlrm
10periodic1290644editdlrm
15update-stamp1080644editdlrm
20archive850644editdlrm
20auto-upgrades800644editdlrm
20packagekit10400644editdlrm
20snapd.conf1270644editdlrm
50command-not-found6250644editdlrm
50unattended-upgrades54590644editdlrm
70debconf1820644editdlrm
99update-notifier3050644editdlrm
Edit: /etc/apt/apt.conf.d/50command-not-found (625B)
## This file is provided by command-not-found(1) to download ## Commands metadata files. Acquire::IndexTargets { # The deb822 metadata files deb::CNF { MetaKey "$(COMPONENT)/cnf/Commands-$(NATIVE_ARCHITECTURE)"; ShortDescription "Commands-$(NATIVE_ARCHITECTURE)"; Description "$(RELEASE)/$(COMPONENT) $(NATIVE_ARCHITECTURE) c-n-f Metadata"; }; }; # Refresh AppStream cache when APT's cache is updated (i.e. apt update) APT::Update::Post-Invoke-Success { "if /usr/bin/test -w /var/lib/command-not-found/ -a -e /usr/lib/cnf-update-db; then /usr/lib/cnf-update-db > /dev/null; fi"; };