Lynx
Preparation
- Perform this stage using your functioning PC.
- Download the Lynx source code from lynx.isc.org.
- Visit lynx.isc.org and click on the "The most recent stable release is lynx2-8-4" link.
- Click on the link for the Lynx source code. You will need the source code in
.tar.gzformat.- At the time of writing the latest version of Lynx was version 2-8-4, so the file downloaded was
lynx2.8.4.tar.gz.
- At the time of writing the latest version of Lynx was version 2-8-4, so the file downloaded was
- You will be asked to where you wish to save the file. Chose a safe place and make a note of it.
- The download is about 2.4Mb and will take at about twenty mintues over a modem, but a lot less over a broadband connection.
- If you are using a download accelerator program, it will save the file to your default download directory.
- 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.- Use your CD burning software to create an ISO9660 disc image with the file
lynx2.8.4.tar.gzin the/appsdirectory. - Burn the CD and verify the data stored on it.
- Use your CD burning software to create an ISO9660 disc image with the file
Booting
- Perform this stage and subsequent stages, unless otherwise stated, using your Core Linux PC.
- Boot your Core Linux PC.
- Login as
root. You will need to enter the password at the prompt.- Wait for the following text to appear:
localhost login: - Type
rootand press Enter. - The screen will display this message:
Password: - Enter the password for
rootthat you set earlier. - You will be shown a prompt that looks like this:
[~]#
- Wait for the following text to appear:
Extract the source
- Place the CD-R in the CD-ROM drive. Mount the CD-ROM drive under
/mnt/cdrom.- At the prompt enter:
mount /dev/hdb /mnt/cdrom - You will see the following line appear:
mount: block device /dev/hdb is write-protected, mounting read-only
- At the prompt enter:
- Change to the
/appsdirectory on the CD-R.- At the prompt enter:
cd /mnt/cdrom/apps - The prompt will change to:
[/mnt/cdrom/apps]#
- At the prompt enter:
- Copy the
lynx2.8.4.tar.gzfile to the directory/usr/src.- At the prompt enter:
cp lynx2.8.4.tar.gz /usr/src - The system will not display a message if everything is OK.
- At the prompt enter:
- Change to the
/usr/srcdirectory and extract the source from the.tar.gzfile.- At the prompt enter:
cd /usr/src - The prompt will change to:
[/usr/src]# - At the prompt enter:
tar -zxvf lynx2.8.4.tar.gz - A long stream of unzipping files and directories should scroll up the screen for a few seconds.
- At the prompt enter:
Configure and compile
- Change to the
/usr/src/lynx2-8-4directory.- At the prompt enter:
cd lynx2-8-4 - The prompt will change to:
[/usr/src/lynx2-8-4]#
- At the prompt enter:
- Run the
./configurescript.- At the prompt enter:
./configure - A long stream of processes should scroll up the screen for about a minute.
- The script finishes with the line:
creating lynx_cfg.h
- At the prompt enter:
- Run the
makeprogram.- At the prompt enter:
make - A long stream of processes should scroll up the screen for about two mintues.
- The program finishes with the line:
make[1]: Leaving directory '/usr/src/lynx-2-8-4/src'
- At the prompt enter:
- Run the
makeprogram with the argumentinstall.- At the prompt enter:
make install - A long stream of processes should scroll up the screen for few seconds.
- The program finishes with the lines:
Use make install-help to install the help-files
Use make install-doc to install extra documentation files
- At the prompt enter:
- 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.- At the prompt enter:
/usr/local/bin/lynx - The Lynx interface will start.
- At the prompt enter:
- Test the browser by navigating to a site that you know meets HTML standards,, for example, this one!
- Press
G - The following message will appear towards the bottom of the screen:
URL to open: - Enter
www.tonywhitmore.co.uk. - Move around the site using the four navigational arrow keys.
- Press
- When you have finished with lynx, press Q to quit.
- The following message will appear towards the bottom of the screen:
Are you sure you want to quit? (y) - Press
yand you will be returned to the system prompt.
- The following message will appear towards the bottom of the screen:

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