Centos

來自控制台 CentOS 的 Web 瀏覽器

  • November 30, 2017

是否可以在 CentOS 1708 上的控制台上執行任何圖形瀏覽器(不是 lynx)而無需安裝任何 GUI?我需要訪問設備的 Web 界面,但不會在其上安裝 GUI。

我見過兩種常見的瀏覽器:

還有很多不太常見的,正如@gad3r 指出的一些較新的。為什麼不是猞猁?你有什麼特別的目的嗎?

您可以使用googler

來自終端的Google搜尋、Google站點搜尋、Google新聞

安裝 :

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

要使用googler你需要 python3 ,只需安裝它並googler從 python3 環境啟動而不更改預設 python。

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

更新

ddgr工具可在此處此處(rpm) 獲得:

ddgr是一個命令行實用程序,用於從終端搜尋 DuckDuckGo。

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

ddgr -h尋求幫助。

引用自:https://unix.stackexchange.com/questions/401068