install |
Install packages
ex. # yum install package
|
reinstall |
reinstall installed packages
ex. # yum reinstall package
|
update |
Update packages
ex. # yum update package
|
downgrade |
Downgrade packages
ex. # yum downgrade package
|
remove |
Uninstall packages
ex. # yum remove package
|
list |
Show the list of packages
ex. # yum list package
|
deplist |
Show package dependencies
ex. # yum deplist package
|
groups |
Display package installation and information by group
ex. # yum groups install "Package Group"
⇒ install packages in [Package Group]
ex. # yum groups list
⇒ show the list of groups
|
check-update |
Show updateable packages
ex. # yum check-update package
|
search |
Search for packages by keyword (partial match)
ex. # yum search keyword
|
info |
Show package summary information
ex. # yum info package
|
provides |
Shows which package contains the file specified in the argument
ex. # yum provides libgcc_s.so.1
|
history |
Display the process history of packages such as updates
ex. # yum history
|
repolist |
Show list of configured repositories
ex. # yum repolist
|
shell |
Enter interactive mode
ex. # yum shell
|