Download offline copy |
|
|
|
|
| |
|
|
| |
| |
| |
| |
| Follow us on... |
|
|
 |
|
 |
|
| |
| News Letter |
|
|
 |
Sign-up me to receive the news about this document |
|
|
|
|
|
| |
Version
Linux Command Line version 1.4
Last modified date: 2009-07-03
Created Date: 2008-01-06
|
|
| |
|
|
|
|
|
|
|
|
|
Linux Command Line:
YUM packages tool (Fedora, RedHat and alike) |
|
|
|
|
|
View the commands list divided into arguments |
|
|
|
|
|
|
|
|
|
|
| Command |
Description |
|
# yum -y install [package] |
download and install a rpm package [man] |
|
# yum localinstall [package.rpm] |
That will install an RPM, and try to resolve all the dependencies for you using your repositories. [man] |
|
# yum -y update |
update all rpm packages installed on the system [man] |
|
# yum update [package] |
upgrade a rpm package [man] |
|
# yum remove [package] |
remove a rpm package [man] |
|
# yum list |
list all packages installed on the system [man] |
|
# yum search [package] |
find a package on rpm repository [man] |
|
# yum clean [package] |
clean up rpm cache erasing downloaded packages [man] |
|
# yum clean headers |
remove all files headers that the system uses to resolve dependency [man] |
|
# yum clean all |
remove from the cache packages and headers files [man] |
|
|
|
|
|
|
|
|
|
Translated by:
LinuxGuide.it team
| become translator! |
|
|
| |
|
|
|
|