ARTICLE TO BE COMPLETED

Yum

Yum stand for YellowDog Update Manager and was originally concieved for that Linux distribution.

Yum is a great tool taht simplifies installing and managing packages from the command line. Its options are clean and simple and it deals pretty well with dependencies, downloading what is missing as necessary.

RAW STUFF, from http://crash.fce.vutbr.cz/yum-repository.html

    *  rpm --import http://crash.fce.vutbr.cz/Petr.Kristof-GPG-KEY

You can use this repository via yum program. Do it as 'root':

    * wget http://crash.fce.vutbr.cz/crash-hat.repo
    * cp crash-hat.repo /etc/yum.repos.d/.
    * chown root:root /etc/yum.repos.d/crash-hat.repo
    * chmod 0644 /etc/yum.repos.d/crash-hat.repo

Finaly, run yum install foopackage or yum update foopackage.

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Powered by pmwiki-2.2.0-beta65