Lupa mulu tulis ah,,
To update system. Update of the system with all the dependencies that are necessary:
Searches. To make a search of some package or term in the data base in some of the formed deposits yum in the system:
Example:
I hope this will help you understand how to use yum more effeciently. Any erros in this how please notify me.
Consultation of information. To consult the information contained in a package in individual:
Example:
Installation of packages. Installation of paqueterÃa with automatic resolution of dependencies:
Example.
Uninstalling packages. Desinstalación of packages along with everything what it depends on these:
Example.
Listing Packages. The following thing will list all the packages available in the data base yum and that can settle:
The following thing will list all the packages installed in the system:
The following thing will list all the packages installed in the system and that can (they must) be updated:
Cleaning of the system.
Yum leaves as result of its use heads and packages RPM stored in the interior of the directory located in the route /var/cache/yum/. Particularly the packages RPM that have settled can occupy much space and is by such reason agrees to eliminate them once no longer they have utility. Also it agrees to do the same with the old heads of packages that no longer are in the data base. In order to make the corresponding cleaning, the following thing can be executed:
Group install
Dont forget the quotation marks for group install.
To update system. Update of the system with all the dependencies that are necessary:
Code:
yum update
Code:
yum search any-package
Code:
yum search httpd
Consultation of information. To consult the information contained in a package in individual:
Code:
yum info any-package
Code:
yum info httpd
Code:
yum install any-package
Code:
yum install gkrellm
Code:
yum remove any-package
Code:
yum remove gkrellm
Code:
available yum list|less
Code:
yum list installed|less
Code:
yum list updates|less
Yum leaves as result of its use heads and packages RPM stored in the interior of the directory located in the route /var/cache/yum/. Particularly the packages RPM that have settled can occupy much space and is by such reason agrees to eliminate them once no longer they have utility. Also it agrees to do the same with the old heads of packages that no longer are in the data base. In order to make the corresponding cleaning, the following thing can be executed:
Code:
yum clean all
Code:
yum groupinstall "groupname"
Post a Comment for "YUM to install and uninstall packages"