Browse internet inside terminal

Is there any other package other than elinks so that I browse internet inside the terminal using terminal as a browser. I feel elinks is a bit difficult to operate.


Solution 1:

There are three families of text web browsers.

lynx(Install lynx) is the classic text mode web browser. It's slightly older than the web. Its interface is nothing to write home about. It has the advantage of being available on many exotic platforms.

links(Install links) is a more recent implementation of the same concept. There's an alternate development tree, elinksInstall elinks, for which there is an experimental patch for Javascript support, but this is not enabled in the Ubuntu package.

w3m(Install w3m) has an interface with a different (and I think much more nicer) feel. It's better than the others (though links has been improving lately) at rendering web sites with complex formatting, not necessarily the way the designer intended it, but in a readable way. It can display images. There's an Emacs interface, w3m-elInstall w3m-el.

My recommendation is to use w3m now but keep an eye on (e)links's evolutions.

Solution 2:

lynx is my favorite. It is available in the Software Center.

Solution 3:

Elinks is IMHO best to use on a daily basis.

Amongst other features it supports

  • tabs
  • bookmarks
  • javascript
  • tables
  • transparency
  • and you can easily "pipe" a page to any other program like Firefox with vimperator, or scripts if you'd like.

Gmail is still very much workable and as any other page, very fast under Elinks.