Skip to content

Instantly share code, notes, and snippets.

@Tahooralisyed
Last active April 29, 2020 09:33
Show Gist options
  • Save Tahooralisyed/3fed9eb0a27c79ca3bb1d49bbf2b9fdc to your computer and use it in GitHub Desktop.
Save Tahooralisyed/3fed9eb0a27c79ca3bb1d49bbf2b9fdc to your computer and use it in GitHub Desktop.
#to remove install package
yum remove <package name>
#to search for package
which <package name>
#to see all install software
yum list installed
#to install openfire server
sudo rpm -ivh openfire-4.5.1-1.x86_64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment