On Tue, 17 Aug 2004 20:37:14 +0530, Manish Kathuria <[EMAIL PROTECTED]> wrote: > > > fazil abdul lathif wrote: > > > > hi list > > i would like to know where i can find the installed program files in > > linux.And how i can see the list of programs installed in linux other > > than the standard packages installed by redhat 9.and also how to > > uninstall them. > > If you used RPM to install them, then you can query the packages using > various options like > rpm -qa > rpm -qi > > these options do not show anything... the poster is asking how to find out the files installed they are as follows
[EMAIL PROTECTED] RPMS]$ rpm -qlp kterm-6.2.0-28.i386.rpm /etc/X11/applnk/Utilities/kterm.desktop /usr/X11R6/bin/kterm /usr/X11R6/lib/X11/app-defaults/KTerm /usr/X11R6/lib/X11/ja/app-defaults/KTerm /usr/X11R6/man/man1/kterm.1x.gz /usr/share/gnome/apps/System/Kterm.desktop [EMAIL PROTECTED] RPMS]$ if the package is not installed and is available as a standalone rpm in your directory or else a simple rpm -ql <package name> would do the trick regards Tom -- ---------------------------- Thanks and regards Tom ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
