APT Konfiguration - Linux
/etc/apt/apt.conf.d/docker-autoremove-suggests
Schnellaktionen
📥 Original herunterladen docker-autoremove-suggestsKonfigurationsdatei-Informationen
Authentisch & Original
Unverändert docker-autoremove-suggests von einer frischen Installation.
Linux-Distributions-Unterstützung
📋 Aktuell angezeigt: Debian 12 (Bookworm)
✓ Auch kompatibel:
Debian 10 (Buster),
Debian 11 (Bullseye),
Debian 9 (Stretch)
⚠ Verschiedene Versionen:
Debian:
Konfigurationsdatei-Inhalt
17 Zeilen
# Since Docker users are looking for the smallest possible final images, the
# following emerges as a very common pattern:
# RUN apt-get update \
# && apt-get install -y <packages> \
# && <do some compilation work> \
# && apt-get purge -y --auto-remove <packages>
# By default, APT will actually _keep_ packages installed via Recommends or
# Depends if another package Suggests them, even and including if the package
# that originally caused them to be installed is removed. Setting this to
# "false" ensures that APT is appropriately aggressive about removing the
# packages it added.
# https://aptitude.alioth.debian.org/doc/en/ch02s05s05.html#configApt-AutoRemove-SuggestsImportant
Apt::AutoRemove::SuggestsImportant "false";
Download-Befehle
docker-autoremove-suggests •
Lade die 100% original unveränderte Konfigurationsdatei herunter von APT
Mit wget:
wget -O docker-autoremove-suggests.example https://exampleconfig.com/api/v1/config/original/e99ea2a4a8db4dd2b5b90a60670d4fe0?hint=docker-autoremove-suggests
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/e99ea2a4a8db4dd2b5b90a60670d4fe0?hint=docker-autoremove-suggests > docker-autoremove-suggests.example
Verwandte Konfigurationsdateien
/etc/apt/apt.conf.d/docker-autoremove-suggests
APT · Debian 9 (Stretch)
/etc/apt/apt.conf.d/docker-autoremove-suggests
APT · Debian 9 (Stretch)
/etc/apt/apt.conf.d/docker-autoremove-suggests
APT · Debian 9 (Stretch)
/etc/apt/apt.conf.d/docker-autoremove-suggests
Apache HTTP Server · Debian 12 (Bookworm)
/etc/apt/apt.conf.d/docker-autoremove-suggests
Apache HTTP Server · Debian 12 (Bookworm)
/etc/apt/apt.conf.d/docker-autoremove-suggests
Apache HTTP Server · Debian 12 (Bookworm)