Tuesday, 23 June 2015

How to Browse From the Linux Terminal



We can use terminal as a browser in linux. For that We need to install w3m tool in you system.

To install:

sudo apt-get install w3m w3m-img

To use:

  • to open a webpage simply type in a terminal window: w3m <url_of_the_webpage>
  • to open a new page: type Shift-U
  • to go back one page: Shift-B
  • open a new tab: Shift-T