歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux基礎 >> Linux技術

[Ubuntu]How to install Google Chrome in Ubuntu

1.download Google Chrome:
[code]wgethttps://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

2.install:
[code]sudo dpkg -i google-chrome*; sudo apt-get -f install

3.start as root:
[code]google-chrome --user-data-dir
Copyright © Linux教程網 All Rights Reserved