Lynx
- This document covers the compilation and installation of the Lynx text-based web browser. If you are looking for more information on Lynx, then a good place to start is the Lynx website.
- Being a text only browser, and Linux based, Lynx is generally held as being a very low priority target for malicious exploits. However, if you install this software it is up to you to be aware of any security advisories published regarding Lynx.
- If you spot any major errors on this page, please e-mail me using the link above.
- It is assumed that this installation takes place on a computer on which Core Linux has been successfully installed.
- No software other than the packages bundled with Core Linux have been installed.
- As described in the installation guide, it is assumed that any downloaded application source code is stored in a directory called
/appson the CD-R. - It is assumed that the Core Linux computer is attached to a network on which there is shared internet access and at least one other machine with a CD burner.
Preparation
- Download the Lynx source code from lynx.isc.org.
- Burn the file
lynx2.8.4.tar.gzto a CD. This page assumes that the subdirectory/appsis used for the.tar.gzfile. The CD-ROM can be a multi-session disk.
Booting
- Boot your Core Linux PC.
- Login as
root. You will need to enter the password at the prompt.
Extract the source
- Place the CD-R in the CD-ROM drive. Mount the CD-ROM drive under
/mnt/cdrom. - Change to the
/appsdirectory on the CD-R. - Copy the
lynx2.8.4.tar.gzfile to the directory/usr/src. - Change to the
/usr/srcdirectory and extract the source from the.tar.gzfile.
Configure and compile
- Change to the
/usr/src/lynx2-8-4directory. - Run the
./configurescript. - Run the
makeprogram. - Run the
makeprogram with the argumentinstall. - You are given the option of running further
makecommands to install additional documentation. Note that these stages are optional, and the standardmanpages are already installed by this point.
Starting Lynx
- Start lynx using the command
/usr/local/bin/lynx. - Test the browser by navigating to a site that you know meets HTML standards, for example, this one!
- When you have finished with lynx, press Q to quit.

The text of this page is licensed under a Creative Commons License.
