參考:
1. 配置yum源
在目錄 /etc/yum.repos.d/ 下新建檔案 google-chrome.repo
cd /ect/yum.repos.d/
vim google-chrome.repo
寫入如下內容:
[google-chrome]name=google-chrome
baseurl=
enabled=1gpgcheck=1gpgkey=
安裝google chrome瀏覽器:
yum -y install google-chrome-stable
google官方源可能在中國無法使用,導致安裝失敗或者在國內無法更新,可以新增以下引數來安裝:
yum -y install google-chrome-stable --nogpgcheck
執行chrome
找到chrome路徑,並做個軟連線,方便使用:
which google-chrome-stable
ln -s *** /bin/chrome
使用root使用者啟動chrome示例時會提示新增引數–no-sandbox flag
chrome --no-sandbox flag
linux centos7安裝docker最新版本
在centos7上安裝docker最新版本 環境準備系統centso7.9安裝yum update 設定yum源 yum config manager add repo 檢視倉庫 yum list docker ce showduplicates sort r 安裝最新版本的docker ce和co...
linux CentOS7安裝unzip及命令
執行命令列yum安裝 yum install y unzip zipunzip命令用於解壓縮由zip命令壓縮的 zip 壓縮包。unzip 選項 引數 c 將解壓縮的結果顯示到螢幕上,並對字元做適當的轉換 f 更新現有的檔案 l 顯示壓縮檔案內所包含的檔案 p 與 c引數類似,會將解壓縮的結果顯示到...
Linux Centos7 安裝單機CrateDB
cratedb官網 按照官方按照介紹安裝 crate版本為3.2.2 執行命令 bash c curl l install.crate.io 執行完此命令需要等待一段時間如果成功的話會顯示 此時可以在curl通了 但是除了本機其他機器均訪問不了 我們需要去更改 etc crate crate.yml...