Skip to content

Instantly share code, notes, and snippets.

@JakeTrock
Last active December 22, 2020 21:01
Show Gist options
  • Save JakeTrock/d5972c97245ed16ea17c2a42213a2fc2 to your computer and use it in GitHub Desktop.
Save JakeTrock/d5972c97245ed16ea17c2a42213a2fc2 to your computer and use it in GitHub Desktop.
How to clean up installed packages list to find (most) human-installed packages
How to clean up installed packages list to find (most) human-installed packages
use this regex:
^.*(lib|-bin|conf|utils|data|kde|gnome|plugin|driver|python|xserver|theme|dev|linux|core|extra|common|settings|source|mono|doc).*$
then this escape sequence to clean it all up
\n\n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment