17
Aug
stored in: Techno Stuffs
Lynx – a text web browser for the World Wide Web
For some reasons, lynx was not installed by default on my Red Hat AS 3.0 VPS. I needed the said program for some things I’m working on the servers side so I decided install it. But instead of doing an RPM installation I decided to install from the source. Here are the steps I followed for installing the latest version of Lynx which is Lynx 2.8.5:
mv lynx2.8.5.tar.gz /usr/local/src tar -zxvf lynx2.8.5.tar.gz
rm lynx2.8.5.tar.gz cd /usr/local/src/lynx2-8-5 (or the directory you chose from Step 2)makeconfiguremake installThat’s it! The lynx binary would be installed by default on /usr/local/bin so that it would be included on your executable path.
![]()
[tags] lynx, text base web browser, web browser, WWW, World Wide Web, Red Hat, Internet[/tags]
Popularity: 3% [?]