Outils du site

Le monde aura beau changer, les chats ne pondront pas. [Proverbe Africain]

04-linux:10-administration:start

Ceci est une ancienne révision du document !


Administration

Free root space

Removing old headers and images

# Check:
dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d'

# remove:
dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d' | xargs sudo apt-get -y purge

Dernière modification : 2023/04/19 02:45