How to

Status
Not open for further replies.
yum is an interface for RPM. Since you use an RPM based distribution of Linux (Red Hat) you should use RPMs as much as possible. yum will make it a bit easier. With yum, you can define repositories (collections of packages) and it will download package headers from the repositories. You then use yum to do all if your installing and updating, and it will manage other required packages and such for you. RPM is suposed to do most of this, but yum makes it much better.

Once you ave yum and running, chances are you can do "yum install amsn limewire" and let it do the rest.

http://linux.duke.edu/projects/yum/ - yum
http://freshrpms.net/ - RPM repositories for yum, etc...
 
Try typing "which yum" in a command prompt. You might already have it. If not, you can install one of the RPMs listed on the above linked web page. As a shortcut, try:

Code:
rpm -i [url]http://linux.duke.edu/projects/yum/download/2.2/yum-2.2.0-1.noarch.rpm[/url]
 
now this is what it gave me


[root@localhost reggie]# rpm -i yum-2.2.0-1.noarch.rpm
warning: yum-2.2.0-1.noarch.rpm: V3 DSA signature: NOKEY, key ID 69886cc7
[root@localhost reggie]#



is that good or bad? (keep in mind i just started using linux yesterday)
 
Status
Not open for further replies.
Back
Top Bottom