LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-18-2003, 09:37 PM   #1
Underworld
Member
 
Registered: Jul 2003
Distribution: Microsoft Linux distro.
Posts: 48

Rep: Reputation: 15
Unhappy What happens to the RPMs???


I download an RPM, and i double click on it. It installs. thats it, i have no clue where it installed or how to open the program.

what the heck happens to the programs and how do i run them?!?!?!

also, how do i see how much disc space ive used, i got Red Hat 9.
 
Old 10-18-2003, 09:42 PM   #2
Imyrryr
Member
 
Registered: Aug 2003
Location: 3rd electron on the left getting mugged by the nutrinos at Quarks
Distribution: Pop_OS
Posts: 140

Rep: Reputation: 17
a good way to see what space you have on your linux system you can run the 'df' command from terminal window

running the rpm, look for the program that you installed it should be in your programs listing from the menu selections. You can also type 'rpm -ivh filename.rpm' i=install v=verify dependencies h=show hash marks' in a terminal window to see it install.

Last edited by Imyrryr; 10-18-2003 at 09:47 PM.
 
Old 10-18-2003, 09:46 PM   #3
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
here. kinda like what you're asking.

http://www.linuxquestions.org/questi...630#post545630
 
Old 10-18-2003, 09:47 PM   #4
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
you can also query the particular installed rpm from the console, here's an example from one of my systems where I'm wondering what kwifimanager put where:

so I type "rpm -ql kwifimanager" in a console and get this back:

/usr/bin/kwifimanager
/usr/lib/libkcm_kwifimanager_kcmodule.la
/usr/lib/libkcm_kwifimanager_kcmodule.so
/usr/lib/libkcm_kwifimanager_kcmodule.so.1
/usr/lib/libkcm_kwifimanager_kcmodule.so.1.0.0
/usr/lib/libkwifimanager_kickerapplet.la
/usr/lib/libkwifimanager_kickerapplet.so
/usr/lib/libkwifimanager_kickerapplet.so.1
/usr/lib/libkwifimanager_kickerapplet.so.1.0.0
/usr/share/applnk/Applications/kwifimanager.desktop
/usr/share/applnk/Settings/Network/kwifimanager_kcmodule.desktop
/usr/share/apps/kicker/applets/kwifimanager_kickerapplet.desktop
/usr/share/apps/kwifimanager/locations/DE_BW_Karlsruhe_University.loc
/usr/share/apps/kwifimanager/locations/NOWHERE.loc
/usr/share/apps/kwifimanager/pics/ad_hoc.png
/usr/share/apps/kwifimanager/pics/all_alone.png
/usr/share/apps/kwifimanager/pics/ap_connect.png
/usr/share/apps/kwifimanager/pics/excellent.png
/usr/share/apps/kwifimanager/pics/good.png
/usr/share/apps/kwifimanager/pics/marginal.png
/usr/share/apps/kwifimanager/pics/no_card.png
/usr/share/apps/kwifimanager/pics/offline.png
/usr/share/apps/kwifimanager/pics/oor_down.png
/usr/share/apps/kwifimanager/pics/oor_minimum.png
/usr/share/doc/HTML/en/kwifimanager/index.cache.bz2
/usr/share/doc/HTML/en/kwifimanager/index.docbook
/usr/share/icons/locolor/16x16/apps/kwifimanager.png
/usr/share/icons/locolor/32x32/apps/kwifimanager.png
/usr/share/locale/de/LC_MESSAGES/kwifimanager.mo
/usr/share/locale/fr/LC_MESSAGES/kwifimanager.mo
/usr/share/locale/it/LC_MESSAGES/kwifimanager.mo
/usr/share/locale/ja/LC_MESSAGES/kwifimanager.mo

the file in /usr/bin is an executable typically that you can invoke from the console or via menu if it updated the kde menu.

the item in /usr/share/apps/kicker/applets/ is something I added to my "taskbar"

Last edited by akaBeaVis; 10-18-2003 at 09:48 PM.
 
Old 10-18-2003, 09:57 PM   #5
BajaNick
Senior Member
 
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737

Rep: Reputation: 46
Choose menu, run and type the name of the program youve installed or you can just check the menu under the heading of the type of program you installed otherwise do a search for the program like " xmms* "

To see used diskspace try menu, hardware browser then choose hard disks. Open a console and type df

PS. there is a redhat specific forum under distributions

good luck
 
Old 10-19-2003, 03:20 PM   #6
Underworld
Member
 
Registered: Jul 2003
Distribution: Microsoft Linux distro.
Posts: 48

Original Poster
Rep: Reputation: 15
..........
this is why i use windows.
 
Old 10-19-2003, 03:29 PM   #7
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
Quote:
Originally posted by Underworld
..........
this is why i use windows.
so stay in windows and stop wasting my bandwidth.
 
Old 10-19-2003, 05:01 PM   #8
Bobmeister
Member
 
Registered: May 2003
Location: Mt. Prospect, Illinois
Distribution: Fedora Core 2, SuSE 9.1 Professional
Posts: 189

Rep: Reputation: 30
Generally, I like to also use the locate command. Sometimes, just after an rpm install, you might have to do a locate -u to update the database, but after that, it will find ANYTHING with that name in it and give you all of the directories where it is found. I too, wonder where rpm's install, but with these tools, the components can usually be found pretty easily. Unlike Windows, where the underworld thingy finds so easy, at least you usually don't have files scattered all over the place...also, unlike windows, rpm's usually uninstall pretty cleanly and don't leave a lot of residue. Also, unlike Windows, you won't have literally hundreds of registry entries left behind...as a matter of fact, you won't have any, because there is no registry.

So, unlike underworld (or whatever...the bandwidth waister), you will find management actually easier here rather than there once you get to learn the ropes!
 
Old 10-19-2003, 06:14 PM   #9
Baldorg
Member
 
Registered: Sep 2003
Location: GMT (-5)
Distribution: Mandrake 9.1
Posts: 288

Rep: Reputation: 31
Quote:
..........
this is why i use windows.
Traduction: I like to spam and waste precious bandwith.
 
Old 10-19-2003, 07:17 PM   #10
teval
Member
 
Registered: Jul 2003
Location: Toronto, Canada
Distribution: Gentoo
Posts: 720

Rep: Reputation: 30
Quote:
Originally posted by Underworld
..........
this is why i use windows.
One word: emerge
The gentoo package manager, windows doesn't install things as simply as this does I recommend it to most newbs.. except for the tough gentoo install. especially if it's their first time
 
  


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
how to intall rpms from .tar.bz and .tar.gz and .src.rpms gadekishore Linux - Software 13 12-26-2005 02:57 PM
rpms redduck666 Linux - Software 5 01-17-2005 01:23 PM
rpms joshiboard Linux - Software 1 07-29-2004 04:15 PM
rpms Baldrick Linux - Distributions 6 03-12-2003 04:18 PM
Red Hat RPMs vs Mandrake RPMs pioniere Linux - Distributions 4 02-27-2003 12:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:45 PM.

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