Computing.Net > Forums > Linux > newbie needs help installing an rpm

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

newbie needs help installing an rpm

Reply to Message Icon

Name: Andrew3
Date: November 4, 2003 at 18:13:46 Pacific
OS: RedHat Linux 9 (with all
CPU/Ram: CPU= Celeron 1.7ghz Ram=
Comment:

Hi, I need help with my rpm's, when I install them they say they have completed, but then I cant find where they were installed to. In fact there is no indacation that they were even installed on the system. When I looked at the add/remove program thing they wern't listed under that either. So clearly I am missing something. Now I am a TOTAL NEWBIE, I don't know any commands I just want to know where all my programs are.



Sponsored Link
Ads by Google

Response Number 1
Name: deity_me
Date: November 4, 2003 at 21:05:45 Pacific
Reply:

try using rpmquery packagename to see if it really got installed
to run the program just type the program name
if you dont know the full name of the program just type the first few letters then press tab - the system should then give a list of all programs starting with those letters

most of the programs you install are in /usr/local/bin /usr/bin/ /bin /sbin /usr/sbin


0

Response Number 2
Name: C_Legend
Date: November 4, 2003 at 23:54:00 Pacific
Reply:

At a command prompt, enter this:

# rpm -ql packagename

That will list all the files installed as part of the rpm, such as "rpm -ql wine", and you may want to pipe it to more, such as "rpm -ql wine|more".

What's this add/remove program thing (sounds like Windows)?

Good luck.


0

Response Number 3
Name: 3Dave
Date: November 5, 2003 at 03:55:17 Pacific
Reply:

Pretty much all of the executable files
under linux are binaries and like deity_me
said are likely to be installed in one of
the following locations: /usr/local/bin /
usr/bin/ /bin etc. You can use the grep
command to search through the output from
rpm -ql to narrow it down, eg:
$ rpm -ql packagename | grep bin | less


0

Response Number 4
Name: Dlonra
Date: November 5, 2003 at 06:26:23 Pacific
Reply:

have you done a
man rpm??
look in the man page for
rpm -qil "packagename"

the simplest and most comprehensive way to search for a package is
rpm -qa|grep -i "part of package name"
e.g.,
rpm -qa|grep -i xfree


0

Response Number 5
Name: drake
Date: November 5, 2003 at 10:19:39 Pacific
Reply:

havnt used redhat in a while ---got sick of the rpm mess i use debian now but maybe redhat 9 has kpackage still if it does its a graphic package management program


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: newbie needs help installing an rpm

Need Help installing kernel www.computing.net/answers/linux/need-help-installing-kernel/21810.html

Need help installing Audio Driver www.computing.net/answers/linux/need-help-installing-audio-driver/27327.html

Need Help Installing Stuff www.computing.net/answers/linux/need-help-installing-stuff/20095.html