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.
|
|
05-29-2004, 01:19 PM
|
#1
|
Member
Registered: Mar 2004
Distribution: Fedora Core 1
Posts: 48
Rep:
|
Running Installed RPM Programs?
Hi, I'm a newbie and I'm not sure how to do the following:
I want to install and run POSE (Palm OS Emulator) from http://sourceforge.net/projects/pose/.
I downloaded the RPM and installed it by double-clicking it.
Now I'm stuck... how do I run the program?
Thanks,
DB03
[azqaz]
|
|
|
05-29-2004, 01:26 PM
|
#2
|
Member
Registered: Nov 2002
Posts: 668
Rep:
|
often, you'll just have to type the program name in a terminal. I would try that first.
If that's the case, then you can easily make an icon or menu entry or whatever you prefer.
If that's not the case then you'd be best off looking through the documentation to see if it requires any special commands to run.
|
|
|
05-29-2004, 01:31 PM
|
#3
|
Member
Registered: Mar 2004
Distribution: Fedora Core 1
Posts: 48
Original Poster
Rep:
|
I'm not sure what they call the program because POSE doesn't work for your first suggestion, I'm not sure where to find the actual program to make an icon for it (don't know where it installed to) and there's no documentation for it. Thanks for your reply though.
Any other suggestions?
|
|
|
05-29-2004, 01:34 PM
|
#4
|
Member
Registered: Nov 2002
Posts: 668
Rep:
|
Did you try it in lower case? Remember, Linux is case sensitive.
|
|
|
05-29-2004, 01:36 PM
|
#5
|
LQ Newbie
Registered: May 2004
Posts: 8
Rep:
|
try this:
rpm -qpl the.rpm.you.downloaded.rpm
this will show you all the files were installed.
if the list is too long pipe it to less or more
(rpm -qpl the.rpm.you.downloaded.rpm | less)
so you can see everything that were installed. now check for the lines where you can see
something like /usr/bin , /usr/local/bin or something like this.
there you will find the executable you're looking for.
good luck.
|
|
|
05-29-2004, 03:24 PM
|
#6
|
Member
Registered: Mar 2004
Distribution: Fedora Core 1
Posts: 48
Original Poster
Rep:
|
Quote:
Originally posted by superbondbond
Did you try it in lower case? Remember, Linux is case sensitive.
|
no... and now it works... but say it didn't work... how would i find out that it was "pose"?
thanks
|
|
|
05-30-2004, 11:40 AM
|
#7
|
Member
Registered: Oct 2003
Location: Ohio
Distribution: Fedora 25, 26, RHL 5.2
Posts: 560
Rep:
|
Some rpm's will install everything you need right to your desktop menus to start up the packages. An rpm will also normally install documentation along with the program. Some just have a man page and others will put a bit more into /usr/share/doc/<package>.
To find the man page try man <package> first, if no luck there try man -k <package>. The -k option searches for keywords among the man pages.
When documentation is added to /usr/share/doc/<package> you should be able to find it using nautilus or something similar. Then it is a matter of looking at the different files that were installed. For example README or an index.html document. This should give you some background on the package and how to start the product.
Bill
|
|
|
All times are GMT -5. The time now is 08:48 AM.
|
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
|
|