gordon's note infotech Install Chrome on Ubuntu

Install Chrome on Ubuntu

下載 Chrome:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

 
 
安裝:

sudo apt install ./google-chrome-stable_current_amd64.deb

sudo dpkg -i ./google-chrome-stable_current_amd64.deb

 
 
修正可能的相依性問題:

sudo apt --fix-broken install

 
 
Command line 執行 Chrome:

google-chrome-stable

 
 
在桌面建立捷徑:

cd /usr/share/applications/
cp google-chrome.desktop ~/Desktop/

 
 
References:
How to Install Google Chrome on Ubuntu
Help with installing the Chrome web browser (22.04.2 LTS)

Leave a Reply

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

Related Post