Page 1 of 1

fedora-rpmdevtools

Posted: Tue Jan 03, 2006 11:15 am
by AlleyKat
A quick one: Are there any way to install fedora-rpmdevtools on FC3?

Would it be safe to install from like http://rpmfind.net/linux/RPM/fedora/ext ... oarch.html ?

I've got the htmldoc source and would love to build it - but the instructions (here and here) states that rpmdevtools are needed for this, and I don't wanna mess up the server by installing weird things from strange places, so I thought it better to ask here first. Maybe it just has a new name or something...?

Thanks a lot.

[edit] Sorry if I posted this in the wrong forum, after some slow mental activity I realize that it should probably have been placed in the RPMS forum [/edit]

Posted: Tue Jan 03, 2006 9:37 pm
by scott
Try: yum install fedora-rpmdevtools

Posted: Wed Jan 04, 2006 10:10 am
by AlleyKat
:oops: I'm afraid I'm a terrible noob at doing this still... I must be doing something wrong? I get

Code: Select all

# yum install fedora-rpmdevtools
Repository base already added, not adding again
Setting up Install Process
Setting up Repos
psa-7.5                   100% |=========================|  951 B    00:00
base                      100% |=========================|  951 B    00:00
atomic                    100% |=========================|  951 B    00:00
updates-released          100% |=========================|  951 B    00:00
atomic-app-vault          100% |=========================|  951 B    00:00
updates                   100% |=========================|  951 B    00:00
Reading repository metadata in from local files
psa-7.5   : ################################################## 114/114
base      : ################################################## 1652/1652
atomic    : ################################################## 190/190
updates-re: ################################################## 948/948
atomic-app: ################################################## 8/8
updates   : ################################################## 687/687
Parsing package install arguments
No Match for argument: fedora-rpmdevtools
Nothing to do
#

Posted: Wed Jan 04, 2006 4:48 pm
by scott
Oh sorry, you're on FC3. That package is pretty new, it only exists for FC4.

Posted: Sun Jan 08, 2006 1:02 pm
by breun
Not true, Scott. It's also in Fedora Extras for FC3. However, it seems AlleyKat doesn't have the Fedora Extras repository enabled. Do you have /etc/yum.repos.d/fedora-extras.repo, AlleyKat? Set enabled=1 under [extras]. Or just download the package directly from http://download.fedora.redhat.com/pub/f ... as/3/i386/ and install it through rpm.

Posted: Mon Jan 09, 2006 7:19 pm
by AlleyKat
I did, Thanks! :)