/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/20packagekit (1040B)
// THIS FILE IS USED TO INFORM PACKAGEKIT // THAT THE UPDATE-INFO MIGHT HAVE CHANGED // Whenever dpkg is called we might have different updates // i.e. if an user removes a package that had an update DPkg::Post-Invoke { "/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/gdbus call --system --dest org.freedesktop.PackageKit --object-path /org/freedesktop/PackageKit --timeout 4 --method org.freedesktop.PackageKit.StateHasChanged cache-update > /dev/null; /bin/echo > /dev/null"; }; // When Apt's cache is updated (i.e. apt-cache update) APT::Update::Post-Invoke-Success { "/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/gdbus call --system --dest org.freedesktop.PackageKit --object-path /org/freedesktop/PackageKit --timeout 4 --method org.freedesktop.PackageKit.StateHasChanged cache-update > /dev/null; /bin/echo > /dev/null"; };