LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-01-2003, 10:06 PM   #1
glenn69
Member
 
Registered: Jul 2003
Location: Chicagoland
Distribution: ArchLinux
Posts: 261

Rep: Reputation: 32
Question Will any RPM work for my RedHat 9?


I'm back with more stupid questions.
(I know...the only stupid question, is the one never asked. But, I get pretty close to proving that wrong sometimes )

I have RedHat 9 installed. When I search for RPM's around I don't see many for RedHat 9. Usually an older RedHat maybe 8 maybe 7.2 or even for other distros (that's a new word that I learned here...pretty good huh?)

1) Will the older version RPM's work with my newer version?

2) When I install an RPM, is the normal command rpm -i [packagename], or are they all different?

3) Could someone talk me through how to install a basic tar.gz package. Step by step sortof if possible.

Thanks for the help again.
 
Old 09-01-2003, 10:12 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Generally, the older the distro, the more stuff you can find that might work. I run one or two older distros for that very reason.

You can try to install them, but you will probably get dependency troubles or other errors and fail on quite a few.

These links can explain the other question much better than I could.
# Guides to software management
LNAG - How do I install a program I downloaded from the Internet?
Rute Guide's software explanation
You might want to check out CheckInstall to manage source code installations/uninstallation

apt4rpm will find a lot of packages and resolve the dependencies as well.

# Red Hat links
Red Hat Linux Manuals
Get your mp3 support here
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
Red Hat 8.0 Tips & Tricks

# Red Hat 7.3 down configuration commands
setup leads to several configuration tools

# Red Hat 7.3 up configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network
Manage software:
redhat-config-packages
Red Hat 9.0 Package Management Tool

# Handling NTFS
New Technology FileSystem (NTFS) HOWTOs
Linux NTFS project
 
Old 09-01-2003, 10:35 PM   #3
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
best way : install apt on ur machine.
for that, do this:

download the following 2 packages:
http://ftp.freshrpms.net/pub/freshrp...6-fr1.i386.rpm

http://ftp.freshrpms.net/pub/freshrp...6-fr1.i386.rpm

as root, goto the folder where u saved these 2, and type in:

rpm -ivh apt*

this will install both the above packages.

staying as root, do an :
apt-get update

now, u can search for any rpm that is available.

to search for the rpm, do a :
apt-cache search rpm-name/description

to install the rpm do a:
apt-get install rpm-name

and, thats that!

now, if there are some packages u cant install using apt, download it, and as root, type:
rpm -ivh rpm-name
don't get the rpm sources.

now, if u want to install some applications which are available as sources, download the *.tar.gz file or whatever.
first unzip the pack with a:
tar zxvf filename.tar.gz

if u downloaded a *.tar.bz2 file, then u wud unzip it using :
tar jxvf filename.tar.bz2

next go into the folder that was just created , read the file "INSTALL" or "README"

usually, all u have to do is:
./configure
make
make install (thisu sometimes have to do as root, but the iother 2 above can be done as normal user id)

and u shud be done. when the executable is created, u wud run it with a "./executable-name" command.

i wud strongly suggest u install apt now!!!!
it will save u a lot of headaches. most packages are in the apt repository, and it will take care of all dependencies for u. the only reason i tried redhat was cos it was supporting apt.

have fun.

Last edited by h/w; 09-01-2003 at 10:37 PM.
 
Old 09-01-2003, 10:39 PM   #4
glenn69
Member
 
Registered: Jul 2003
Location: Chicagoland
Distribution: ArchLinux
Posts: 261

Original Poster
Rep: Reputation: 32
Thanks I've installed apt already ...now time to try it.
 
Old 09-01-2003, 10:44 PM   #5
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
If you just gotta use a pointy-clicky, after you do apt-get update and apt-get dist-upgrade, do apt-get install synaptic.
 
Old 09-01-2003, 10:44 PM   #6
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
u wont go back to downloadin rpm's again - i guarantee u that!
 
Old 09-01-2003, 10:53 PM   #7
glenn69
Member
 
Registered: Jul 2003
Location: Chicagoland
Distribution: ArchLinux
Posts: 261

Original Poster
Rep: Reputation: 32
Thanks
 
Old 09-02-2003, 01:20 AM   #8
lyceum
Member
 
Registered: Aug 2003
Location: N.C.
Distribution: rh9, fc1, slack 9.1, 10
Posts: 229

Rep: Reputation: 30
i can't agree more with the apt and synaptic suggestions, and if you do find that there is a particular update or app that is not listed in synaptic, i find the site http://shrike.freshrpms.net very handy for rh9 rpms. best of luck.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
rpm does not work lapn99 Linux - General 3 07-20-2004 09:39 AM
rpm -Uvh does not work with header & rpm files in /var/spool/up2date jd_no7 Linux - Software 1 05-17-2004 05:24 PM
will ooffice 1.1.1 rpm for fedora work on Redhat 9? coolamit78 Linux - Software 3 04-15-2004 11:17 PM
installing samba-3.0alpha24-1.i386.rpm into RedHat 8 and RedHat 9 Linh Linux - Newbie 2 06-04-2003 05:50 AM
rpm command won't work Travis86 Linux - Newbie 11 01-02-2003 05:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration