Centos
來自控制台 CentOS 的 Web 瀏覽器
是否可以在 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
是一個命令行實用程序,用於從終端搜尋 DuckDuckGo。git clone https://github.com/jarun/ddgr.git cd ddgr/ sudo make install
見
ddgr -h
尋求幫助。