Note: You will need to make sure that you have Sudo Access enabled. If you have not enabled Sudo access please see Enabling Sudo Access to learn how to do so.
Using yum
The following is what you can use with yum:
- To install a package you would use install and the package name after yum.
sudo yum install
package - If you are not sure of the package name you can use search and part of the package name or term after yum.
sudo yum search
package - To find out the information of the package that you want to install you use info and the package name.
sudo yum info
package - For updating packages that you have installed with yum use update and the package name.
sudo yum update
package
Note: To update yum you would use update with out the package name. - Uninstalling packages will use the remove tag and the package name with yum.
sudo yum remove
package
If you need further assistance, feel free to contact us via Chat or Phone:
- Chat Support - While on our website, you should see a CHAT bubble in the bottom right-hand corner of the page. Click anywhere on the bubble to begin a chat session.
- Phone Support -
- US: 210-488-5907
- International: 210-488-5907
You may also refer to our Knowledge Base articles to help answer common questions and guide you through various setup, configuration, and troubleshooting steps.