Skip to content

Instantly share code, notes, and snippets.

@ionar
Created January 11, 2023 14:19
Show Gist options
  • Select an option

  • Save ionar/cdf68534a36cf3b808a66c80b3297be0 to your computer and use it in GitHub Desktop.

Select an option

Save ionar/cdf68534a36cf3b808a66c80b3297be0 to your computer and use it in GitHub Desktop.
Comando para listar kernels não utilizados na família Debian
dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d'
Depois só remover com: apt-get purge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment