Noob Linux Question

A2Z

A2Z

Soldato
Joined
9 May 2005
Posts
9,012
Location
Earth
After installing a .rpm program, how do you find it to actually run it? Can't see it anywhere....

This is on Linux Mandriva!

Thanks and sorry for the noob question!
 
rpm --info [rpm]
rpm --filesbypkg [rpm]

Im assuming thats through Terminal?

This is going to sound even more silly but how do you open Terminal? And is there no way to do it through a menu like in windows, list of apps etc?

PS. the girlfriend is the one with the machine...i will be installing windows on it at a later date..but until then i need to help her install a couple of things...which is why i told her to install www.teamviewer.com so I could take control..but she cant find the app to run after installing it.. :(
 
from terminal, get her to type team[tab] then it'll show all possibilities of programs that begin with team.

(terminal is usually found under accessories in whatever start menu-esque thing her distro uses.)
 
The shortcut on mine uses the following command

/opt/teamviewer/teamviewer/5/bin/teamviewer

However just running the command "teamviewer" also works.

If neither of those work then there is probably something wrong :)

Also the installer put a shorcut in Applications > Internet (Gnome)
 
Im using gnome, and its under (in GUI not CLI) "Applications -> Internet -> Teamviewer".

HTH.
 
Or "whereis teamviewer" will work too. :D Then you can just add a shortcut to the menu (run 'alacarte' in Gnome) using the path that the terminal spits out. Set an icon and you're good to go. :)
 
Back
Top Bottom