Install Chrome in Ubuntu 16.04 LTS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Install Chrome in Ubuntu 16.04 LTS相关的知识,希望对你有一定的参考价值。

add key

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

add sources

sudo sh -c ‘echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list‘

update

apt update

install

sudo apt-get install google-chrome-stable

以上是关于Install Chrome in Ubuntu 16.04 LTS的主要内容,如果未能解决你的问题,请参考以下文章

install chrome in elementary os

Install Google Chrome Web Browser on Ubuntu 18.04

Install MySQL in Ubuntu 16.04 LTS

Install Mariadb in Ubuntu 16.04 LTS

How to install Anaconda in Ubuntu

Install OpenCV-Python in Ubuntu