Last active
December 22, 2020 21:01
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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