Linux/Raspberry Pi: Use the command line as a Web browser

Source: Internet
Author: User

This blog will show you how to install three different text-based Web browsers on Raspberry Pi. The original article can be found here or at the bottom of this article. Most Web browsers run a little hard on the small school, or consume a lot of resources, so an alternative solution is to use a web browser based on command line.

So far, text-based browsers have not been able to do anything that a common browser can do. If you don't mind that weird look/feel and just want to read news or blogs, don't play games or watch videos, then you can use these three browsers (note that this is taken from my Ubuntu, but these programs can actually run on most Raspberry Pi operating systems ).

W3m

W3m is a text-based World Wide Web (WWW) client. It has help files in English and Japanese versions and has an option to switch between the two languages. It can only display HTML tables and frames. The current w3m version can run on Unix (Solaris, SunOS, HP-UX, Linux, FreeBSD and EWS4800 ). Run the following command to install the SDK:

 
 
  1. sudo apt-get install w3m 

Use the following command to access the website and replace the http://www.google.com with the address you want:

 
 
  1. w3m http://www.google.com 

Use CTRL + Z to exit w3m.

Lynx

Lynx is a common browser. Run the following command to install it:

 
 
  1. sudo apt-get install lynx 

Use the following command to access the website and replace the http://www.google.com with the address you want:

 
 
  1. lynx http://www.google.com 

Use CTRL + Z to exit.

LINKS

Links is a text mode WWW browser with ncurse interface (ncurse is a "GUI-like" Application Software toolbox in a virtual terminal, which supports color, correct table rendering, and background download, the configuration interface and long characters of the menu driver.

Supports the Frame framework. You can use an external accessor to browse different file formats. You can use mailto: and telnet to browse through an external client. Run the following command to install it:

 
 
  1. sudo apt-get install links 

Use the following command to access the website and replace the http://www.google.com with the address you want:

 
 
  1. links http://www.google.com 

Use CTRL + Z to exit.

Start a text browser journey!

Http://www.geekfan.net/9045/.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.