Web browser from console CentOS

There are two common browsers that I've seen:

  • lynx
  • links

There are many less common ones, and as @gad3r pointed out some newer ones. Why not lynx? Do you have a special purpose in mind?


You can use googler:

Google Search, Google Site Search, Google News from the terminal

Installation :

git clone https://github.com/jarun/googler.git
cd googler
sudo make install

To use googler you need python3 , just install it and launch googler from python3 environment without changing the default python.

sudo yum -y install https://centos7.iuscommunity.org/ius-release.rpm
sudo yum -y install python36u

Update

ddgr tool is available here or here (rpm):

ddgr is a cmdline utility to search DuckDuckGo from the terminal.

git clone https://github.com/jarun/ddgr.git
cd ddgr/
sudo make install

see ddgr -h for help.


Your question is like "How to fetch HTML web page content from bash and display on screen using shell utilities?"

Fedora / RHEL / CentOS Linux install curl, wget, lynx, and w3m

Open a terminal and and then type:

$ sudo yum install curl wget lynx w3m

wget -O - https://unix.stackexchange.com/questions/401068/web-browser-from-console-centos

To read the full article Bash: Display Web Page Content In Terminal