LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 04-16-2005, 11:09 AM   #1
behnt
LQ Newbie
 
Registered: Apr 2005
Posts: 2

Rep: Reputation: 0
Where are my newly installed progams?


I am positive this has been covered but I am about as new as they get and cannot seem to find this topic in any thread. I have installed FC3 and now downloaded Wine and Opera RPM's and right clicked and intalled them using "Install Packages" all went well.. I think?

Now I cannot find the progams to use I have searched high and low the are not in the applications menu (the start menu in WinBlows) I have thought I did not install them and re tried to install them but i get the package opera is already installed.... WHERE IS IT?

Now i have great fear in being able to run wine as I cannot even find it....

Thanks in advance
Ben
 
Old 04-16-2005, 11:21 AM   #2
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
your fear is not unfounded. it'll take you some time to get used to how things work in linux as opposed to the windows way of doing things.

try "which wine"

though i never touch the stuff, i'm not sure on the command, just guessing with "wine".

if that don't work, try "whereis wine"

Last edited by secesh; 04-16-2005 at 11:25 AM.
 
Old 04-16-2005, 11:25 AM   #3
Caysho
Member
 
Registered: Sep 2002
Location: Perth Australia
Distribution: OpenWRT, debian, Ubuntu
Posts: 135
Blog Entries: 20

Rep: Reputation: 15
Check out locate, or slocate:

Code:
man locate
If that doesn't find it, you might need to run updatedb (I have to do it as root) for it to return the current file locations.
That should get you started.
 
Old 04-16-2005, 11:27 AM   #4
Caysho
Member
 
Registered: Sep 2002
Location: Perth Australia
Distribution: OpenWRT, debian, Ubuntu
Posts: 135
Blog Entries: 20

Rep: Reputation: 15
Go with secesh's suggestion.
It returns one file, instead of about 50+ for locate
 
Old 04-16-2005, 11:34 AM   #5
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
more on my suggestion vs locate (though this might be greek to you now, here's the scoop):

which searches through your $PATH to find things, whereis looks through "standard linux places" to find things, and locate looks prettymuch everywhere: "locate searches a database for all pathnames which match the specified pattern. The database is recomputed periodically, and contains the path-names of all files which are publicly accessible."

so, while which/whereis would return only something like: /usr/bin/wine, locate would return that, as well as every file under /etc/wine/ (that is if wine has a directory under /etc -- more than just onf conf file... like i said, i never tough the stuff, myself) ...but you get the point, i hope...

Last edited by secesh; 04-16-2005 at 11:37 AM.
 
Old 04-16-2005, 11:59 AM   #6
marvin00001
Member
 
Registered: Apr 2005
Posts: 59

Rep: Reputation: 15
For the database to be updated after an installation it's advised to run updatedb before running locate

Some good advise if you're a Linux newbie, learn the directory structures and what eac one contains for example

/etc - stores config files
/var - store logs and spools
/sbin - stores executables for [rograms

And so forth.

Last edited by marvin00001; 04-16-2005 at 12:06 PM.
 
Old 04-16-2005, 12:05 PM   #7
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
new content, i retract my statement

sound advice, though it should be noted that sbin is for root while bin is for users

look here for more:
http://www.tldp.org/HOWTO/HighQualit...HOWTO/fhs.html

Last edited by secesh; 04-16-2005 at 12:12 PM.
 
Old 04-16-2005, 12:32 PM   #8
behnt
LQ Newbie
 
Registered: Apr 2005
Posts: 2

Original Poster
Rep: Reputation: 0
Ok found them!

Thanks you all this was most helpful, now how do I put the programs into the applications menu (the start menu in WinBlows)

THis forum is outstanding! I hope to get responces this fast at others but it is only a hope.

Ben
 
Old 04-16-2005, 03:51 PM   #9
audibel
Member
 
Registered: Oct 2004
Distribution: Debian Sarge
Posts: 177

Rep: Reputation: 30
Which window manager are you using?
 
Old 04-16-2005, 04:46 PM   #10
Hosiah
Member
 
Registered: Sep 2004
Location: Des Moines, Iowa
Distribution: Slackware, Mandriva, Debian derivatives, +BSD/ Solaris/ Minix/ plan9/ GNU/HURD...
Posts: 185

Rep: Reputation: 31
-in the future, you might try using the command line:

cd to the directory where the rpm file is,
type "rpm -ivv {your_file}.rpm"
this tells the rpm program i for install and vv for "very verbose".
if it scrolls by too fast, just type "> install_log" after the rpm command to make it save everything.

You'll see the names of files and directories involved in the installation scroll by, and also if there were any problems. Ironic how every other Linux program has to be gagged and filtered to get it to only put out this much data, but the package installer, the one program that you *want* to be talkitive, has to be put in "very verbose" mode just to get it to confess any information at all!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Newly Installed Apps anon209 Linux - Newbie 2 11-25-2005 09:41 PM
Where are my newly installed programs glen4cindy Mandriva 4 03-28-2005 11:46 AM
ubuntu - newly installed Steph00 Linux - Newbie 0 10-26-2004 08:27 PM
newly installed programs... tang Linux - Software 2 09-10-2003 08:41 AM
How do I launch newly installed software dcsnet Linux - Software 1 06-14-2003 07:01 PM

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

All times are GMT -5. The time now is 11:06 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