On Fri, Sep 20, 2002 at 03:19:10AM +0530, 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
To check if a particular package is installed : rpm -qa |grep <name of the package> To check where the files are installed by the package : rpm -ql <name of the package> | less Whatever shows in /bin or /usr/bin or /usr/local/bin is the one. Got it. For more info man rpm Peace -- Rajesh : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Learning PERL techniques LOST #069 Is there a good place to learn snarky PERL TECHNIQUES ? One of my favorite is http://webtechniques.com where Randall Schwartz contributes a monthly sample, explaining line-by-line what his code does, and why. (Look under "Programming with Perl" in the archives.) ####<[EMAIL PROTECTED]>###################################### : ------------------------------------------------------- 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
