VPS & Dedicated Hosting: How to Manage Yum
You can let software administrate your VPS or Dedicated Server by using the Yellowdog Updater, Modified, otherwise known as YUM for short. The following instructions detail how to manage YUM which includes getting the software packages installed, updated, or uninstalled from the CentOS box from this guide. These can control server package software installations in order that one is always upgraded and secured.
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 about the package that you want to install, you use the info and the package name.
sudo yum info
package - To update the packages that you have installed with yum, use update and the package name.
sudo yum update
packageNote: To update yum, you would use update without the package name. - Uninstalling packages will use the remove tag and the package name with yum.
sudo yum remove
package
Summary
All things considered, YUM is one of those necessary tools you will find while taking care of your VPS or Dedicated Server under CentOS. You can learn commands and techniques that might come handy to you with streamlining software management. Keep the server running by smoothing things up and tightening up its security with Bluehost's highly elaborate instructions on the installations, updates, or removal of packages.
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: 888-401-4678
- International: +1 801-765-9400
You may also refer to our Knowledge Base articles to help answer common questions and guide you through various setup, configuration, and troubleshooting steps.