[Ilugc] Query

  • From: tom@xxxxxxxxxxxx (Tom Jose Tharayil)
  • Date: Wed, 17 Mar 2004 17:34:35 -0600 (CST)

As i am a new linux user i am not aware of how to find out the kernel
version,
[root@sim-dude (Thu Mar 18)~$
 uname -a
Linux sim-dude 2.4.21-0.13mdk #1 Fri Mar 14 15:08:06 EST 2003 i686 unknown
unknown GNU/Linux
[root@sim-dude (Thu Mar 18)~$

I am  clueless about installing applications that do not have
rpms.
http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&client=REAL-tb&q=installing+linux+applications+from+source
gave me the following results

read the following
http://librenix.com/?inode=1625
http://techrepublic.com.com/5100-6261-1032352.html


Even with rpms  after i run them with the package manager i dont
know how to run the  installed application.I would be extreamely pleased
and thankful if you  could help me out.

Applications installed are usually stored in /usr/bin or /usr/sbin partitions

To find out what are the files installed by a particular RPM do the following
[tom@sim-dude (Thu Mar 18)~$
 rpm -qa | grep "lftp" -iE
lftp-2.6.4-2mdk

[tom@sim-dude (Thu Mar 18)~$
 rpm -ql `rpm -qa | grep "lftp" -iE`
/etc/lftp.conf
/usr/bin/lftp
/usr/bin/lftpget
/usr/lib/menu/lftp
/usr/share/doc/lftp-2.6.4
/usr/share/doc/lftp-2.6.4/ABOUT-NLS
/usr/share/doc/lftp-2.6.4/BUGS
/usr/share/doc/lftp-2.6.4/COPYING
/usr/share/doc/lftp-2.6.4/ChangeLog
/usr/share/doc/lftp-2.6.4/FAQ
/usr/share/doc/lftp-2.6.4/INSTALL
/usr/share/doc/lftp-2.6.4/MIRRORS
/usr/share/doc/lftp-2.6.4/NEWS
/usr/share/doc/lftp-2.6.4/README.debug-levels
/usr/share/doc/lftp-2.6.4/README.modules
/usr/share/doc/lftp-2.6.4/THANKS
/usr/share/doc/lftp-2.6.4/TODO
/usr/share/doc/lftp-2.6.4/lftp.lsm
/usr/share/icons/large/lftp.png
/usr/share/icons/lftp.png
/usr/share/icons/mini/lftp.png
/usr/share/lftp
/usr/share/lftp/import-ncftp
/usr/share/lftp/import-netscape
/usr/share/locale/de/LC_MESSAGES/lftp.mo
/usr/share/locale/es/LC_MESSAGES/lftp.mo
/usr/share/locale/fr/LC_MESSAGES/lftp.mo
/usr/share/locale/it/LC_MESSAGES/lftp.mo
/usr/share/locale/ja/LC_MESSAGES/lftp.mo
/usr/share/locale/ko/LC_MESSAGES/lftp.mo
/usr/share/locale/pl/LC_MESSAGES/lftp.mo
/usr/share/locale/pt_BR/LC_MESSAGES/lftp.mo
/usr/share/locale/ru/LC_MESSAGES/lftp.mo
/usr/share/locale/zh_CN/LC_MESSAGES/lftp.mo
/usr/share/locale/zh_TW/LC_MESSAGES/lftp.mo
/usr/share/man/man1/lftp.1.bz2

This is just an example. Please do the same with other applications.

-- 
Best Regards
Tom Jose Tharayil
tom@xxxxxxxxxxxx



Other related posts: