將下載源加入到系統(tǒng)的源列表
sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/
導入谷歌軟件的公鑰
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
對當前系統(tǒng)的可用更新列表進行更新
sudo apt-get update
執(zhí)行對谷歌 Chrome 瀏覽器(穩(wěn)定版)的安裝。
sudo apt-get install google-chrome-stable