--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/apt/apt.conf.d/95local Wed Dec 14 08:51:46 2022 +0400
+// Do not consider recommended packages as a dependency for installing.
+APT::Install-Recommends "no";
+// Never include phased updates.
+APT::Get::Never-Include-Phased-Updates "yes";
+// Packages that are locally installed are excluded from cleaning.
+APT::Clean-Installed "no";
+// Keep packages that are successfully installed by apt(8) specifically.
+Binary::apt::APT::Keep-Downloaded-Packages "yes";
--- a/etc/apt/apt.conf.d/99keep Sun Nov 27 01:44:17 2022 +0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
-Binary::apt::APT::Keep-Downloaded-Packages "yes";
--- a/etc/apt/apt.conf.d/99phased Sun Nov 27 01:44:17 2022 +0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
-APT::Get::Never-Include-Phased-Updates "true";
--- a/etc/apt/apt.conf.d/99recommends Sun Nov 27 01:44:17 2022 +0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
-APT::Install-Recommends "no";