Daily Archives: 13'-03:00'-03:00 November'-03:00 2019

Installing Google Chrome Beta

Download and install the
key:~$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

Add key repository:~$ sh -c '
echo 'deb http://dl.google.com/linux/chrome/deb/ beta main" >> /etc/apt/sources.list.d/google-chrome-beta.list'

Now update the repspositories and install Google Chrome:
~$ apt-get update
~$ apt-get install google-chrome-beta

Installing Google Chrome Dev/Unstable on Deepin

Download and install the
key:~$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

Add key repository:~$ sh -c '
echo 'deb http://d[arch=amd64]l.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome-unstable.list'

Now update the respositories and install Google Chrome:~
$ apt-get update~
$ apt-get install google-chrome-unstable

How to have Google Chrome Updated on Deepin

Download and install the
key:~$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

Add key repository:~$ sh -c '
echo 'deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'

Now update the representatives and install Google Chrome:
~$ apt-get update
~$ apt-get install google-chrome-stable