• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Installing Programs in FC3

NyteCrawler

Senior member
Can anyone give me some good instructions on how to install programs using fedora core 3? I'm trying to use the yum install command, but it never works. Any help is appreciated.
 
Depends upon the program you're trying to install and how you downloaded it. If you downloaded a rpm file (recommended for newbs) you do a rpm -i <filename>. If you happened to download a tarball (file with a tar.gz extention) you typically want to uncompress it by using the command gzip -dc <filename>|tar -xvf- then once it has unzipped go into the directory and likely run a ./config . You'll probably have to do more than that, possibly a make and make install for it to compile all of the sources. Clarification on what programs would be appreciated as well.
 
I'm trying to install divx right now. I got the rpm and tried rpm -i <filename> but it give me an error : v3 dsa signature: BAD, key ID. I have also tried using the yum command but it gives the same error.
 
If the signature is bad, you probably don't want to install it. Either you have an old keyring, the file is corrupt or it's a hacked version signed with a fake key.
 
Originally posted by: n0cmonkey
Try updating (yum update).
So far as I can tell, there are no divx packages in the default repositories. He'd have to find another repository if he wants to use yum.
 
That's silly.

RH controls FC and last I checked they didn't even ship a MP3 decoder because of potential US legal problems with the library, I'm sure DivX is the same since it started out as a reverse engineered codec. I believe Xvid is really free and should play anything encoded with DivX.
 
Also, are you running it under x86 or x86-64? If you're running x86-64, you might be sol on a lot of stuff. At least that was my experience.
 
Thanks guys, I ran the yum update, put dag wieers' repo in the yum.conf, imported the gpg key, and it installed fine. Thanks a lot!
 
Back
Top