Skip to content

Instantly share code, notes, and snippets.

@lorenadl
Created May 2, 2018 13:23
Show Gist options
  • Save lorenadl/5cd85705c326b3931a518e800504f9d9 to your computer and use it in GitHub Desktop.
Save lorenadl/5cd85705c326b3931a518e800504f9d9 to your computer and use it in GitHub Desktop.
[Linux] Yum commands

YUM commands

List installed packages:

yum list installed

Search a package:

yum search xxx

Installa a package:

yum install xxx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment