
前言:
任何系統(tǒng),安裝一個(gè)瀏覽器是你必備的連通網(wǎng)絡(luò)世界的必備工具,這里簡(jiǎn)單介紹一下,Ubuntu下安裝Google瀏覽器
步驟:
cd 某目錄下
對(duì)于谷歌Chrome32位版本,使用如下鏈接:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
對(duì)于64位版本可以使用如下鏈接下載:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
下載完后,運(yùn)行如下命令安裝。
sudo dpkg -i google-chrome*
sudo apt-get -f install
然后就搞定了!安裝完成后,搜索Chrome就可以啟動(dòng)它了。
后記:
Chrome 的詳細(xì)介紹:請(qǐng)點(diǎn)這里
Chrome 的下載地址:請(qǐng)點(diǎn)這里