Linux系统下,下载谷歌浏览器

版权声明:Cat https://blog.csdn.net/GenuineMonster/article/details/82717093

一、Google chrome:

1.打开终端

2.在终端输入以下命令:  

          sudo wget http://www.linuxidc.com/files/repo/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

6.在终端输入:

        /usr/bin/google-chrome-stable

 

猜你喜欢

转载自blog.csdn.net/GenuineMonster/article/details/82717093