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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-26-2005, 08:33 PM
|
#1
|
Member
Registered: Jan 2005
Location: B.C, Canada
Distribution: Mint 17.3
Posts: 131
Rep:
|
how do I run a newly installed rpm package
I just downloaded and installed an rpm of aMSN from: http://amsn.sourceforge.net/index.php
When I clicked on it it installed but now I have no clue on how to run it.
Any help would be great, thanks
|
|
|
01-26-2005, 08:41 PM
|
#2
|
Senior Member
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046
Rep:
|
Have you tried typing into a shell (konsole, xterm, aterm, gterm etc.) ?
Cheers,
mj
|
|
|
01-26-2005, 09:37 PM
|
#3
|
LQ Guru
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,354
|
"When I clicked on it it installed but now I have no clue on how to run it."
You can list all of the files that the rpm installed with:
rpm -ql aMSN | less
to get out of less type q
One of the files listed will be the executable program. Then you can do as mjrich suggests and type likely names into a terminal. Names in Linux are case dependent so the package may be called amsn instead of aMSN.
-----------------
Steve Stites
|
|
|
01-26-2005, 10:00 PM
|
#4
|
Member
Registered: Jan 2005
Location: B.C, Canada
Distribution: Mint 17.3
Posts: 131
Original Poster
Rep:
|
thanks for the responses, but that doesn't seem to work.
rpm -ql | less says that it isn't installed, so I tried it with the full name of the downloaded package. No luck. The only logical explanation would be that it didn't install.
Maybe I should be logged in as root rather than just a normal user?
Ordinarily, if I install a package from rpm, should it create a shortcut or something? I'm using Red Hat 9, so I just have to double-click on the dowloaded package for it to install.
Is there a different way I should do this in the fututre, for example when I need to install an OpenGL driver thing?
|
|
|
01-26-2005, 11:36 PM
|
#5
|
Member
Registered: Sep 2003
Location: chikyuu (E103N6)
Distribution: Redhat 8.0 (2.4.25-custom), Fedora Core 1 (2.4.30-custom)
Posts: 357
Rep:
|
rpm -qa | grep aMSN
rpm -qa | grep amsn
Try both.
|
|
|
All times are GMT -5. The time now is 07:01 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|