1. 程式人生 > >ubuntu 16.04 安裝Chrome

ubuntu 16.04 安裝Chrome

首先分為兩種情況:

(1)第一種情況

1.將下載源加入到系統的源列表

sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/

2.匯入谷歌軟體的公鑰

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

3.更新系統列表獲得最新軟體版本資訊

sudo apt-get update

4.安裝穩定版google

sudo apt-get install google-chrome-stable

5.啟動谷歌 Chrome 瀏覽器

/usr/bin/google-chrome-stable

這是正常的情況,執行完五個步驟就可以安裝完成。

(2)第二種情況

1.首先在網上下載Linux版本的chrome,網址:http://www.google.cn/intl/zh-CN/chrome/browser/desktop/index.html

2.在進行完上面情況的第一步驟(將下載源加入到系統的源列表:sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/)和上面的第二步。在/etc/apt/sources.list.d下有一個google-chrome.list和google-chrome.list.1兩個。這是因為

使用終端安裝谷歌瀏覽器時,它會自動在/etc/apt/sources.list.d/這個目錄下新增google-chrome.list檔案,但是如果它原來就有一個google-chrome.list的話,會新增一個新的檔案同時會在新檔案的後面加上1來和原檔案區分,這時就有兩個google-chrome.list檔案存在了。

所以第一個忽略資訊是我安裝Chrome時建立的新檔案重複導致格式不對

第二個是錯誤資訊:在源列表 /etc/apt/sources.list.d/google-chrome.list 中第 1 行有誤 (型別)
我開啟本來就存在的google-chrome.list檔案看了一下,發現裡面是html之類的程式碼,而不是我新建的google-chrome.list.1檔案的Chrome下載源

問題就是這兩個檔案重複和資訊不對。
解決方法:
一)將google-chrome.list.1檔案的下載源複製到google-chrome.list(先清空),然後刪除google-chrome.list.1檔案

在終端開啟檔案的命令:

sudo vi /etc/apt/sources.list.d/google-chrome.list.1(複製下載源)

sudo vi /etc/apt/sources.list.d/google-chrome.list

刪除google-chrome.list.1檔案的命令

sudo rm -f /etc/apt/sources.list.d/google-chrome.list.1

然後在終端輸入:

        sudo apt-get update

根據提示在輸入:

        sudo apt-get -f install

然後把資料夾切換到你下載chrome的資料夾中 

sudo dpkg -i google-chrome-stable_current_amd64.deb

這樣就完成安裝了!

相關推薦

ubuntu 16.04安裝Chrome離線crx插件包

class store 6.0 all 拖動 col install 頁面 spa /opt/google/chrome/google-chrome --enable-easy-off-store-extension-install 打開瀏覽器後,輸入chrom

Ubuntu 16.04安裝Chrome瀏覽器

將下載源加入系統源列表 sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/ 匯入谷歌軟體公鑰 wget -q -O - https://dl.google.c

Linux基礎之Ubuntu 16.04安裝Chrome瀏覽器

安裝有兩種方法 下載deb包 新增Google Chrome PPA 1. 下載deb包(推薦) #下載 $ wget https://dl.google.com/linux/direct/google-chrome-stable_current_a

ubuntu 16.04 安裝Chrome

首先分為兩種情況: (1)第一種情況 1.將下載源加入到系統的源列表 sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/ 2.匯入谷歌軟體的公鑰 wg

Ubuntu 16.04安裝uGet替代迅雷,並在Chrome中設置為默認下載器

ria 點擊下載 sdn 顯示 同時 bin style apt 使用 uGet是采用aria2作為下載後端,所以兩個軟件都必須同時安裝。 1、安裝uGet sudo add-apt-repository ppa:plushuang-tw/uget-stable

ubuntu 16.04 安裝PhpMyAdmin

apt-get min tex server apache2 pac tle 賬號 pre 首先,安裝MySQL $ sudo apt-get install mysql-server $ sudo apt-get install mysql-client 安裝時輸出roo

ubuntu 16.04 安裝lamp

ubuntu安裝lamp lamp lamp安裝 sudo apt-get install apache2apache2 -vsudo apt-get install php7.0php7.0 -vsudo apt-get install libapache2-mod-php7.0cat /etc

Ubuntu 16.04 安裝Docker

his tput 64位 curl ins ade mon bfc lib 前置安裝 確保你的系統是64位 $ sudo apt-get install apt-transport-https ca-certificates curl

Ubuntu 16.04 安裝 Docker

echo llb tor art res port ces size inf Ubuntu 16.04 安裝 docker 是一件很麻煩的事情,但鑒於 docker 的各種優點,還是忍了。參考docker官網。   1.選擇國內的雲服務商,這裏選擇阿裏雲為例 curl -

Ubuntu 16.04 安裝python3.6 環境並設置為默認

ins 設置 posit ubun -s install code python版本 ln -s 1.添加python3.6安裝包,並且安裝 sudo add-apt-repository ppa:jonathonf/python-3.6 sudo apt-get upd

Ubuntu 16.04安裝 Let’s Encrypt並配置ssl

lan 域名 rtb blank cert org 配置 pac 安裝配置 1.安裝前準備 1)要確保python的默認版本為2.7及以上版本。 2)需要配置的apache、nginx需要提前配置綁定域名。 2.安裝ssl 在這個https://certbot.eff.or

如何在Ubuntu 16.04安裝的Git【轉】

date 創建文件 訪問 title 源代碼 make tomat change 右鍵 轉自:https://www.howtoing.com/how-to-install-git-on-ubuntu-16-04/ 介紹 現代軟件開發中不可或缺的工具是某種版本控制系統。

Ubuntu 16.04安裝XMind

下載 每次 unzip pre set targe tar linux. 遺憾 下載: http://www.xmind.net/download/linux/ 解壓 sudo unzip xmind-8-update2-linux.zip -d xmind8

Ubuntu 16.04安裝GIMP替代PS

get div clas 搜索 6.0 ref targe 替代 sudo GIMP雖然不能完全替代PS,但是也能彌補一下。 系統默認源中已經包含了GIMP,不需要使用PPA這些。 安裝: sudo apt-get install gimp 啟動: 通過D

Ubuntu 16.04安裝FTP客戶端filezilla

com log ubuntu file 安裝 targe blog clas code 1、安裝: sudo apt-get install filezilla 參考: http://os.51cto.com/art/201103/247564.htmU

Ubuntu 16.04安裝Gufw防火墻(轉)

table 限制 路由 按鈕 其他 ubuntu 在家 apt www 繼上一篇文章http://www.cnblogs.com/EasonJim/p/6851241.html講解的UFW防火墻是沒有界面的,下面將介紹在Gufw的GUI配置功能。 Ubuntu簡化了ipt

Ubuntu 16.04安裝Grub Customizer替代Startup-manager(解決找不到menu.lst,GRUB配置簡單介紹)

沒有 line 計算機 引導 tps 最好 file 自己 otl 關於GRUB的介紹: http://baike.baidu.com/item/GRUB http://blog.csdn.net/bytxl/article/details/9253713 menu.

Ubuntu 16.04 安裝 Open Jdk

ttr pri ubuntu apt upd sudo pos code 6.0 sudo add-apt-repository ppa:openjdk-r/ppa sudo apt-get update sudo apt-get install openjdk-7-j

Ubuntu 16.04安裝PPA圖形化管理工具Y PPA Manager

mage 分享 ger logs color ges manager img pre 安裝: sudo add-apt-repository ppa:webupd8team/y-ppa-manager sudo apt-get update sudo apt-

Ubuntu 16.04安裝idea

ide -s previous 6.0 技術 sudo -i cat ubuntu 此篇為http://www.cnblogs.com/EasonJim/p/7139275.html的分支頁。 前提:必須正確安裝JDK和Tomcat。 下載: https://www.