How to Browse From the Linux Terminal Using W3M?
W3M is an open-source text-based terminal web browser for Linux used to browse through the terminal. It is simple to use and do not require any additional interacting interface application though it interacts through the terminal. It renders the web pages in a form as their original layout.
How to Install W3M?
As W3M is not included by default on most Linux distributions, we have to install the main w3m package and the w3m-img package for inline image support using the following command:
sudo apt-get install w3m w3m-img[mai mult...]







