Skip to content

Instantly share code, notes, and snippets.

@davidjguru
Created July 19, 2018 09:53
Show Gist options
  • Save davidjguru/4837df862ad9371f361d0811a4ca6d24 to your computer and use it in GitHub Desktop.
Save davidjguru/4837df862ad9371f361d0811a4ca6d24 to your computer and use it in GitHub Desktop.
## looking for a package within the system
rpm -aq | grep packagename
## looking for a package in the repo
yum search package
## uninstall packages
yum erase package
## Apache restart
service httpd restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment