How to Browse From the Linux Terminal Using W3M? Last Updated : 17 Sep, 2019 Comments Improve Suggest changes Like Article Like Report 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 While installing, it asks your permission, type Y to proceed Browsing: To access a webpage, we just have to specify the web address. If you want to bring up Google, then you just to run following command: w3m google.com Instructions to Use: Use arrow keys to move the cursor around or click at the desired location. Where you want to type anything, select the text box with your cursor and press enter before typing the text. Load a hyperlink by selecting it and pressing enter. Searching Result Note: Tab key can be used to position the cursor over different links or tabs. Comment More infoAdvertise with us Next Article How to Browse From the Linux Terminal Using W3M? S Somil_singh Follow Improve Article Tags : Technical Scripter TechTips Linux-Unix Similar Reads Using Lynx to Browse the Web From the Linux Terminal Lynx is a terminal-based web browser for all Linux distributions. It shows the result as plain text on the terminal. It is a classic non-graphical text-mode web browser which displays the pages on the terminal. Lynx does not load images and multimedia contents, hence it is fast as compared to other 2 min read How to Launch Firefox from Linux Terminal Mozilla Firefox is developed by Mozilla Foundation and Mozilla Corporation in 2004. It can be used in Windows, MAC, and Linux OS as well as in Android and iOS devices. Firefox uses Google's search page as its homepage and also the default search engine. It is the default web browser in most Linux di 6 min read How to Access the Dark Web Using the TOR Browser in Kali Linux The "surface web" is the portion of the internet that is easily traceable and indexed by search engines. Only 4% of the Internet is covered by the surface web; the rest is made up of the dark web and other forms. What is Deep web & Dark web? There is a portion of the internet that is encrypted a 3 min read How to Download File on Linux Terminal Downloading file on Linux is a basic operation, and the right command-line tool makes a huge impact in terms of speed, efficacy, and customization. While the graphical interface for simple downloads, CLI-based programs like wget, curl, axel, and aria2 come with features of parallel downloading, auth 7 min read How to Install Chromium Web Browser on Linux Google launched and manages Chromium, an open-source, multi-platform web browser. Chromium is a web browser that is fast, stable, and secure. Google's Chromium browser is an open-source project. Google Chrome, Microsoft Edge, Opera, and many web browsers are all based on the Chromium source code. bu 2 min read Like