How To Use Yum Command In Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. To install a package using the Yum command, type the following into the terminal:
yum install <package_name>
2. To update a package using the Yum command, type the following into the terminal:
yum update <package_name>
3. To remove a package using the Yum command, type the following into the terminal:
yum remove <package_name>
4. To search for a package using the Yum command, type the following into the terminal:
yum search <package_name>
5. To list all installed packages using the Yum command, type the following into the terminal:
yum list installed
6. To list all available packages using the Yum command, type the following into the terminal:
yum list available