How to install Google Chrome
Fast Way:
Download the ".deb" file and install through the software store.
Command Line:
First, you need to get the repository:
Next, you need to edit your source list:
Add this:
Crtl + x, then Enter to save
Followed by updating your package list:
Finally install Google Chrome:
Fast Way:
https://www.google.com/intl/en/chrome/browser/
Download the ".deb" file and install through the software store.
Command Line:
First, you need to get the repository:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Next, you need to edit your source list:
sudo nano /etc/apt/sources.list
Add this:
deb http://dl.google.com/linux/chrome/deb/ stable main
Crtl + x, then Enter to save
Followed by updating your package list:
sudo apt-get update
Finally install Google Chrome:
sudo apt-get google-chrome-stable
No comments:
Post a Comment
Please make suggestions :)