Skip to content

Instantly share code, notes, and snippets.

@petrblaho
Created December 6, 2017 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petrblaho/fc7b82f198fae9b8f5855adc38ad81d9 to your computer and use it in GitHub Desktop.
Save petrblaho/fc7b82f198fae9b8f5855adc38ad81d9 to your computer and use it in GitHub Desktop.
sudo dnf search *font* | grep -e 'noarch' | grep -v '^texlive' | awk -F. '{print $1}' | sort | uniq | xargs sudo dnf install -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment