您好,登錄后才能下訂單哦!
這篇文章主要講解了“在Ubuntu系統(tǒng)中怎么安裝Chrome瀏覽器”,文中的講解內(nèi)容簡單清晰,易于學(xué)習(xí)與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“在Ubuntu系統(tǒng)中怎么安裝Chrome瀏覽器”吧!
添加PPA
從Google Linux Repository(http://www.google.com/linuxrepositories/)下載安裝Key,或把下面的代碼復(fù)制進(jìn)終端,回車,需要管理員密碼
代碼如下:
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
安裝
安裝穩(wěn)定版Chrome,在終端輸入:
代碼如下:
sudo apt-get install google-chrome-stable
安裝Beta版Chrome,在終端輸入:
代碼如下:
sudo apt-get install google-chrome-beta
安裝不穩(wěn)定版Chrome,在終端輸入:
代碼如下:
sudo apt-get install google-chrome-unstable
上面的方法裝成功了第一次,后面再裝好像被封了,唉!
又在網(wǎng)上搜索,下面方法可行:
32 bit :
代碼如下:
sudo dpkg -i google-chrome-stable_current_i386.deb
64 bit :
代碼如下:
sudo dpkg -i google-chrome-stable_current_amd64.deb
錯(cuò)誤解決
下面這個(gè)報(bào)錯(cuò)
代碼如下:
dpkg: dependency problems prevent configuration of google-chrome-stable:
google-chrome-stable depends on libnss3-1d (>= 3.12.3); however:
Package libnss3-1d is not installed.
google-chrome-stable depends on libxss1; however:
Package libxss1 is not installed.
dpkg: error processing google-chrome-stable (--install):
dependency problems - leaving unconfigured
主要是依賴項(xiàng)沒有安裝全,用命令安裝下面3個(gè)包,具體哪個(gè)包要看linux發(fā)行版本
代碼如下:
sudo apt-get install libnss3-1d libxss1 libcurl3
開控制臺(tái)轉(zhuǎn)到chrome.deb包的目錄
用命令安裝
代碼如下:
sudo dpkg -i google-chrome-stable_current_i386.deb
感謝各位的閱讀,以上就是“在Ubuntu系統(tǒng)中怎么安裝Chrome瀏覽器”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對在Ubuntu系統(tǒng)中怎么安裝Chrome瀏覽器這一問題有了更深刻的體會(huì),具體使用情況還需要大家實(shí)踐驗(yàn)證。這里是億速云,小編將為大家推送更多相關(guān)知識(shí)點(diǎn)的文章,歡迎關(guān)注!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。