dnf search excluding some words
Am doing a dnf search on "font" but I do now want texlive fonts included in results. How to sharpen a search by excluding some words?
add a comment
Am doing a dnf search on "font" but I do now want texlive fonts included in results. How to sharpen a search by excluding some words?
I'm not sure if you can, directly. However, you can always use grep to filter the results:
sudo dnf list *font* | grep -v textlive
would probably work, although I've not actually tried it.
Asked: 2018-01-21 12:35:35 -0600
Seen: 50 times
Last updated: Jan 21 '18