Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| linux:linux-tutorials:apt [2025/03/05 12:24] – Zyzonix | linux:linux-tutorials:apt [2026/06/17 12:44] (current) – Zyzonix | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ==== Disable debsecan (Debian Security) notifications ==== | ==== 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 '' | + | If enabled the debsecan-package will send a daily email with all vulnerabilities in installed packages on the system. To disable remove the '' |
| + | |||
| + | ==== Disable apt-news and esm-cache Error when updating ==== | ||
| + | When getting the follwing error when running '' | ||
| + | <code bash> | ||
| + | Failed to start apt-news.service: | ||
| + | Failed to start esm-cache.service: | ||
| + | </ | ||
| + | |||
| + | Just run: | ||
| + | <code bash> | ||
| + | sudo systemctl mask apt-news.service | ||
| + | sudo systemctl mask esm-cache.service | ||
| + | sudo mv / | ||
| + | </ | ||