datalass1 / fastai

this repo will show code and notes covered during the fastai course
0 stars 0 forks source link

Google Chrome #25

Closed datalass1 closed 5 years ago

datalass1 commented 5 years ago

install using the linuxbabe guide.

wget https://dl.google.com/linux/linux_signing_key.pub

Then use apt-key to add it to your keyring so the package manager can verify the integrity of Google Chrome package.

sudo apt-key add linux_signing_key.pub

Now update package list and install the stable version of Google Chrome.

sudo apt update

sudo apt install google-chrome-stable

Launch with: google-chrome-stable