How to use yum?
Displays a list of packages that need to be updated:
# yum check-update
Install these updates:
# yum update
List all available packages:
# yum list available
# yum list available "package-name"
List all installed packages:
# yum list installed
Install the specified RPM or packages via RHN:
# yum install package-name
# yum install httpd
Remove the specified RPM(s) and it's dependents:
# yum remove package-name
# yum remove httpd
Friday, November 15, 2013
Subscribe to:
Post Comments (Atom)
How to Change Instance Type & Security Group of EC2 in AWS By David Taylor Updated April 29, 2023 EC2 stands for Elastic Compute Cloud...
-
Alert: After SAN Firmware Upgrade, ASM Diskgroups ( Using ASMLIB) Cannot Be Mounted Due To ORA-15085: ASM disk "" has inconsiste...
-
Installing QLogic drivers on CentOS Linux hosts I have a couple of hosts in my lab with QLA2342 HBAs, and use the drivers from QLogic ins...
-
7 Important CellCLI Commands for Exadata DBA Now you are an Exadata DBA and I suppose you know Exadata basic Components and Feature...
No comments:
Post a Comment