APT /etc/apt/apt.conf.d/docker-autoremove-suggests

Original 📋 Ubuntu 24.04 LTS (Noble Numbat) 1 lines

Works On

Viewing:
Ubuntu 24.04 LTS (Noble Numbat)
Same on:
Ubuntu 18.04 LTS (Bionic Beaver) Ubuntu 20.04 LTS (Focal Fossa) Ubuntu 22.04 LTS (Jammy Jellyfish)
Other versions:

Details

Size
1 lines
MD5
0081b49fa709cfd95827c75297b75ddd
SHA256
4f4226614def131b475bcdaf1e5dda59a1af62fee838cbfc02a01c25e614efc1
/etc/apt/apt.conf.d/docker-autoremove-suggests
Apt::AutoRemove::SuggestsImportant "false";

Copy & Paste

curl:
curl https://exampleconfig.com/api/v1/config/original/0081b49fa709cfd95827c75297b75ddd?hint=docker-autoremove-suggests
wget:
wget -O docker-autoremove-suggests https://exampleconfig.com/api/v1/config/original/0081b49fa709cfd95827c75297b75ddd?hint=docker-autoremove-suggests

For AI Agents

<prompt><role>DevOps agent</role><source url='https://exampleconfig.com/api/v1/config/original/0081b49fa709cfd95827c75297b75ddd?hint=docker-autoremove-suggests' /><config><app>APT</app><os>Ubuntu 24.04 LTS (Noble Numbat)</os><location>/etc/apt/apt.conf.d/docker-autoremove-suggests</location><lines>1</lines><md5>0081b49fa709cfd95827c75297b75ddd</md5><sha256>4f4226614def131b475bcdaf1e5dda59a1af62fee838cbfc02a01c25e614efc1</sha256></config></prompt>

Paste into Claude, ChatGPT, or any AI assistant.

Install APT

Debian

sudo apt update && sudo apt install apt

Ubuntu

sudo apt update && sudo apt install apt

File Location

File Path
/etc/apt/apt.conf.d/docker-autoremove-suggests
Directory
/etc/apt/apt.conf.d/
Significance
System-wide configuration directory
Description
Files in /etc/ contain system-wide configuration settings that affect all users.

FAQ

When should I use this docker-autoremove-suggests?

Use it to restore a missing default, confirm what shipped, or diff against your current APT config.

How do I restore APT defaults?

Download the file, back up the current one in /etc/apt/apt.conf.d/docker-autoremove-suggests, replace it, then reload or restart APT.

Is docker-autoremove-suggests safe for production?

It is the vendor default for Ubuntu 24.04 LTS (Noble Numbat). Treat it as a baseline and review security and performance settings before production use.

How does this differ from other OS versions?

Defaults vary by distro and version. This copy matches Ubuntu 24.04 LTS (Noble Numbat).

Can I use this for APT troubleshooting?

Yes. Diff it against yours to find drift, then restore only the sections you need.