On Friday 20 September 2002 03:19 am, little wrote: > if i install a rpm package then how to run the application ? > i mean where it will get installed
The executable program will usually get installed in /bin or /usr/bin or /usr/local/bin or /sbin or /usr/sbin for most packages. You can check for the actual location of files by doing a "rpm -ql <package-name>" from the command prompt. ------------------------------------------------------- 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
