linux 安裝 Chrome


 

一、添加PPA

從Google Linux Repository(http://www.google.com/linuxrepositories/)下載安裝Key,或把下面的代碼復制進終端,回車,需要管理員密碼

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

Key安裝好后,在終端輸入:

sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'

二、更新

在終端輸入:
sudo apt-get update

三、安裝

安裝穩定版Chrome,在終端輸入:sudo apt-get install google-chrome-stable
安裝Beta版Chrome,在終端輸入:sudo apt-get install google-chrome-beta
安裝不穩定版Chrome,在終端輸入:sudo apt-get install google-chrome-unstable


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM