Install Google Chrome on Linux Mint
Install Google Chrome on Linux Mint so that i can be accessed and updated via the apt family commands like other software
Add Google signing key:
wget -q -O – https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add –
Add the google chrome repository:
echo « deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main » | sudo tee /etc/apt/sources.list.d/google-chrome.list
Views : 1632
linux