Click to See Complete Forum and Search --> : software not listed


mmills
02-24-2004, 09:38 AM
I installed some networking software "finger" and im not finding a location icon to use the program, how do I find this program.

TechSkills Student

JamminJoeyB
02-24-2004, 09:51 AM
Try running it from a terminal.

How did you install it? What is your wm/de?

We need a bit more information to give accurate help.

danscript
02-24-2004, 10:29 AM
The last post is right, we need some more info.

If it won't run from the terminal by typing the program name try the command below to find the location and run it from the same directory.

find / -name <prog_name>

example... find / -name shutdown ... would return something similar
/sbin/shutdown

mdwatts
02-24-2004, 02:52 PM
'finger' is a commandline program that you can run with additional options so it will not be added to your menus.

Most distros include 'finger' as part of it's base install.

# whereis finger
finger: /usr/bin/finger /usr/share/man/man1/finger.1.gz

mmills
02-24-2004, 08:29 PM
I installed it straight off of the package selection from the SUSE 9.0 Pro cd, there are some applications that I have installed that I have no clue where they are in my system, altho I am 3 weeks without windows I am slowly learning......

anyways so I should be able to go to my command line "shell" and type in finger
and the program should open correct?

now if I type in finger -s will this tell me exactly where in the file system it is located?

I am still working on my CompTia Linux+

mmills

serz
02-24-2004, 09:42 PM
If you don't know where things are, try to locate them using either the locate or the find command. You also have the which command, which will output the first binary it finds in your $PATH.

which finger

You can also check everything X package installed.

I think it was rpm -ql package | less

mdwatts
02-25-2004, 12:35 PM
Originally posted by mmills

now if I type in finger -s will this tell me exactly where in the file system it is located?


I already gave you the command to find finger.

# whereis finger
finger: /usr/bin/finger /usr/share/man/man1/finger.1.gz

And that is also from SuSE 9.0 Pro.

Looks like you've got a lot of reading to do.

http://www.scorpioncity.com/linux.html

http://www.dsl.org/cookbook/

http://www.tldp.org/

http://gd.tuwien.ac.at/opsys/linux/LinuxGuide/linux-basics.html