LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   lynx install RH 7.2 after install (https://www.linuxquestions.org/questions/linux-newbie-8/lynx-install-rh-7-2-after-install-22996/)

mrtwice 06-09-2002 03:33 PM

lynx install RH 7.2 after install
 
I did a custom install and must have missed the package for lynx. How do I install lynx from the install cds? Also, in the future, should I find something I need that was not installed, how do I look up the package and know where to install it from?

Thanks.

P.S. is there any other command line html viewers??


sewer_monkey 06-09-2002 03:43 PM

Just look through the install CDs for a file named lynx??????.i386.rpm

Log in as root and run this command:

rpm -ivh lynx?????????.i386.rpm

Which will install the package for you. Make sure to choose the rpm file which has "i386" in its name, and not "src". The package files with "src" install the source code for the program, and not the actual compiled executable binary files.

The lynx package on your RH7.2 CD is probably outdated by now. If you want the latet version, check out www.rpmfind.net

There are other console-based (text) HTML viewers/web browsers out there, and one of them is called "links". You can search for it at RPMFind as well.

mrtwice 06-09-2002 04:21 PM

Thanks for your help, that makes sence.

Once other question, what is the benifit or downfall of installing source and compiling versus downloading the regular rpm and installing? Thank you in advance.


All times are GMT -5. The time now is 05:06 AM.