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)
DAILY CHECKLIST Oracle Database instance is running or not select name,open_mode from V$database; Note: Check the Oracle databases are ru...
-
7 Important CellCLI Commands for Exadata DBA Now you are an Exadata DBA and I suppose you know Exadata basic Components and Feature...
-
Alert: After SAN Firmware Upgrade, ASM Diskgroups ( Using ASMLIB) Cannot Be Mounted Due To ORA-15085: ASM disk "" has inconsiste...
-
7 Steps to Data Warehousing Data warehousing is a business analyst's dream—all the information about the organization's activitie...
No comments:
Post a Comment