Skip to content

Instantly share code, notes, and snippets.

@yzdann
Created November 27, 2019 06:39
Show Gist options
  • Save yzdann/715ec34ca0db0e5dd80d0349b6c598d3 to your computer and use it in GitHub Desktop.
Save yzdann/715ec34ca0db0e5dd80d0349b6c598d3 to your computer and use it in GitHub Desktop.

yum search

yum info

rpm -qa | grep package

yum repolist

search on epel repo only and you can pipe it with grep package yum --disablerepo="*" --enablerepo="epel" list available

yum --enablerepo="epel" install package

/etc/yum.repos.d/epel.repo

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