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 How to Share Linux Terminal Using Teleconsole? You already know about many popular remote desktop sharing applications. But this is very different because this is only shared with the terminal, not the full desktop. Here we see how to use teleconsole and how to share your terminal with your friend. Teleconsole is a tool that can allow you to sha 2 min read How to Install php-fpm in Windows? PHP-FPM stands for PHP FastCGI Process Manager. This is a strong and effective PHP FastCGI setup designed for managing operations on sites with high traffic. Setting up the php-fpm in Windows might seem tough, but with the right instructions, it's achievable without any problems. This manual will gu 3 min read How to Open Terminal in Linux? The Shell or Command Prompt are common name for the Linux Terminal. The terminal was designed as a Linux File Browser, and this function is still carried out using it. You may traverse your files and undo changes made by using the Terminal as a File Browser. However, the very first step will be to O 4 min read How to Build Simple Terminal like Website using jQuery ? Terminal is one of the most common tool used by developers. Many applications, frameworks, and even programming languages have more function which can be invoked using command line interface. Most of the computers come with at least one terminal in their operating system with command prompt now most 4 min read How to use a Web Browser A Web Browser is a software used to view websites over the internet. Some commonly used browsers are Microsoft Edge, Google Chrome, Opera, and Mozilla Firefox. To understand how to use a browser we will consider Chrome browser as an example to show various things that can be done in the browser.Here 7 min read Like