1. Home
  2. Linux
  3. Install and use lynx on ubuntu

Install and Use Lynx Browser on Ubuntu

Lynx is a popular terminal based web browser on all flavors of Linux. Lynx displays plain ASCII text on your terminal, it does not displays any images or multimedia contents. Lynx loads web pages at command line (Terminal). Since it does not load images and flash material , so it is fast as compared to other browsers. You can navigate to different links of the web page by using arrow keys. Internet user with low system spec or compatibility issues prefer to use lynx.

Software testers use lynx to test web pages for accessibility issues. Also some people do not like so many images and flash material on the web pages, they prefer using lynx. Lynx does not come by default with Ubuntu, you will need to install this. By typing a simple command in Terminal it will install lynx on your Ubuntu machine.

sudo apt-get install lynx

To load some web page in lynx browser, you will need to enter the following syntax in terminal.

lynx <the desired url>

i.e. if you want to load google.com, then use :

lynx google.com

Here is how google.com will look in your terminl.

lynx

Up arrow, Down arrow and Tab keys are used to navigate to different links in a web page. You can get run time help about lynx by running “man lynx” command on your termainal. Enjoy!

7 Comments

  1. It's covered in the first two lines:”Lynx is a popular terminal based web browser on all flavors of Linux. Lynx displays plain ASCII text on your terminal, it does not displays any images or multimedia contents.”And again, later in the same paragraph. If they don't get it by then, they are not smart enough to use Linux and are in Windows using IE…

  2. It's covered in the first two lines:”Lynx is a popular terminal based web browser on all flavors of Linux. Lynx displays plain ASCII text on your terminal, it does not displays any images or multimedia contents.”And again, later in the same paragraph. If they don't get it by then, they are not smart enough to use Linux and are in Windows using IE…

  3. interesting browser however people should know that it’s text only and doesn’t support graphics. youclash.com

    • It's covered in the first two lines:”Lynx is a popular terminal based web browser on all flavors of Linux. Lynx displays plain ASCII text on your terminal, it does not displays any images or multimedia contents.”And again, later in the same paragraph. If they don't get it by then, they are not smart enough to use Linux and are in Windows using IE…

    • Hello I was wondering if this is encrypted?, I will look into at WIKIped but would be handy for everyone else here too :). -thanks

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.