Ubuntu 16.04中安裝谷歌Chrome瀏覽器


1.進入 Ubuntu 16.04 桌面,按下 Ctrl + Alt + t 鍵盤組合鍵,啟動終端。

2.在終端中,輸入以下命令:

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

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

3.在終端中,輸入以下命令:

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

導入谷歌軟件的公鑰,用於下面步驟中對下載軟件進行驗證

4.在終端中,輸入以下命令:

        sudo apt-get update

用於對當前系統的可用更新列表進行更新

5.在終端中,輸入以下命令:

        sudo apt-get install google-chrome-stable

執行對谷歌 Chrome 瀏覽器(穩定版)的安裝

6.在終端中執行以下命令:

        /usr/bin/google-chrome-stable

將會啟動谷歌 Chrome 瀏覽器

7.關閉滾輪平滑效果

chrome://flags/#smooth-scrolling

 

參考網址:

https://jingyan.baidu.com/article/335530da98061b19cb41c31d.html


免責聲明!

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



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