Sunday, June 21, 2009

Using Text-Mode Web Browser

There are several Text-Mode Web Browser to browse website from a console
  1. elinks
  2. links
  3. lynx
If you are using Redhat Derivatives such as CentOS, Fedora, RHEL, just a
# yum install elinks links lynx

If you are using Debian Derivatives such as Linux Mint
# apt-get install elinks links lynx


To surf
$ elinks http://linuxtoolkit.blogspot.com
$ links http://linuxtoolkit.blogspot.com
$ lynx http://linuxtoolkit.blogspot.com


The one I used the most is lynx.

No comments: