Skip to content

Instantly share code, notes, and snippets.

@pydevops
Last active February 28, 2020 18:04
Show Gist options
  • Select an option

  • Save pydevops/125286d462b64cb0d3bae0e74831317d to your computer and use it in GitHub Desktop.

Select an option

Save pydevops/125286d462b64cb0d3bae0e74831317d to your computer and use it in GitHub Desktop.
yum rpm

yum

sudo yum --enablerepo=rpmforge install tmux

yum clean all
yum info yum-plugin-versionlock
rpm --query --list yum-plugin-versionlock
rpm -q <pkgname>
rpm -qa | grep <pkaname>
rpm -qlp sip-proxy-1.2.6-1.el7.x86_64.rpm
rpm -qlp http://10.20.10.57/sip-proxy-1.2.6-1.el7.x86_64.rpm

yum install yum-utils
repoquery -l openshift-ansible: show list of files within the given package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment