little wrote:
| if i install a rpm package then how to run the application ?
| i mean where it will get installed
| i am using GnoRPM
| Thanks
| 
| 
| 
| -------------------------------------------------------
| This sf.net email is sponsored by:ThinkGeek
| Welcome to geek heaven.
| http://thinkgeek.com/sf
| _______________________________________________
| linux-india-help mailing list
| [EMAIL PROTECTED]
| https://lists.sourceforge.net/lists/listinfo/linux-india-help

goto ur command line
and 
$ rpm -ql <yourpackagename>

it will list all the files which it installed.

check out the executable file from the list and run it.
you can also use gnorpm to query ur package.


Arvind




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to