Search Site:

About

Linux

Printers?

Programming

Windows?

Download

Skins

Edit - To Do - AllRecentChanges

Recent Changes Printable View Page History Edit Page

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.

Edit Page - Page History - Printable View - Recent Changes - WikiHelp - Search - RSS -
Page last modified on Monday 11 July 2005, at 00:57 GMT+8 - Viewed 410 times