Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:linux-tutorials:apt [2025/03/04 04:55] – created Zyzonixlinux:linux-tutorials:apt [2025/03/11 06:51] (current) – [Disable debsecan (Debian Security) notifications] Zyzonix
Line 1: Line 1:
 ===== APT ===== ===== APT =====
 +
 +==== Disable new notifications from listchanges ====
 +To disable the sending of listchanges information from APT run the following command:
 +<code bash>dpkg-reconfigure apt-listchanges</code>
 +Then select ''None'' as ''Method to be used to display changes''. Confirm all other requests with the default selected value.
 +
 +==== Disable debsecan (Debian Security) notifications ====
 +If enabled the debsecan-package will send a daily email with all vulnerabilities in installed packages on the system. To disable remove the ''MAILTO'' and the cron entry from the file ''/etc/cron.d/debsecan'' by commenting them out.
  • linux/linux-tutorials/apt.1741060509.txt.gz
  • Last modified: 2025/03/04 04:55
  • by Zyzonix