Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 470 Bytes

Yum-cheat-sheet.mediawiki

File metadata and controls

15 lines (10 loc) · 470 Bytes

  • yum grouplist > yum.grouplist
    • Example package group: "GNOME Desktop Environment".
    • Since yum is darn slow, I usually save the output of such commands once and just grep in the cache later.
    • yum groupinstall "GNOME Desktop Environment"
  • yum list > yum.list
    • Since yum list is very slow, it's faster to do my searches in a file instead.
  • yum list installed
yum whatprovides libpng12.so.0