how to install google chrome in linux mint12 ubuntu11.10

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Post Reply
werkman2
Level 1
Level 1
Posts: 43
Joined: Sun May 01, 2011 10:57 am
Location: curacao

how to install google chrome in linux mint12 ubuntu11.10

Post by werkman2 »

11.png
this is my first post here so i hope im doing this in a manner it is understandable for every one.
DISCLAIMER, im not responsable if it breaks your system, althrough i have tested it on a fully updated linux mint12 install and it worked good after downloading and installing dependacys.

1 go to http://www.google.com/linuxrepositories/ to download the keyring, or run in terminal wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

2 after installing the keyring run the next command to add it to the repository sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

3 run sudo apt-get update

to install stable run sudo apt-get install google-chrome-stable
to install beta run apt-get install google-chrome-beta
to install unstable bleeding edge run apt-get install google-chrome-unstable

if you got complains of missing dependacys install them and try again
i did before hand sudo apt-get install libnspr4-0d and sudo apt-get install libcurl3

hope its usefull for you
richardsoper

Re: how to install google chrome in linux mint12 ubuntu11.10

Post by richardsoper »

Works like a charm! Thank you so much! I cant live without my Google Chrome.
txbahai

Re: how to install google chrome in linux mint12 ubuntu11.10

Post by txbahai »

Silly question, but isn't Chromium basically Chrome? Or is there an actual difference.

Tim
werkman2
Level 1
Level 1
Posts: 43
Joined: Sun May 01, 2011 10:57 am
Location: curacao

Re: how to install google chrome in linux mint12 ubuntu11.10

Post by werkman2 »

chromium is a rebranded and modified version of chrome. and google chrome is the original one
mank_in

Re: how to install google chrome in linux mint12 ubuntu11.10

Post by mank_in »

werkman2 wrote:chromium is a rebranded and modified version of chrome. and google chrome is the original one
You got it wrong. Google chrome base on chromium. You can check in " about google chrome ". And in wikipedia article
werkman2
Level 1
Level 1
Posts: 43
Joined: Sun May 01, 2011 10:57 am
Location: curacao

Re: how to install google chrome in linux mint12 ubuntu11.10

Post by werkman2 »

yep, im sorry, your right, but i still like google chrome better
werkman2
Level 1
Level 1
Posts: 43
Joined: Sun May 01, 2011 10:57 am
Location: curacao

Re: how to install google chrome in linux mint12 ubuntu11.10

Post by werkman2 »

mank_in wrote:
werkman2 wrote:chromium is a rebranded and modified version of chrome. and google chrome is the original one
You got it wrong. Google chrome base on chromium. You can check in " about google chrome ". And in wikipedia article
your right, but i still like google chrome, maybe for the name?? 8) 8) 8)
ctooth16

Re: how to install google chrome in linux mint12 ubuntu11.10

Post by ctooth16 »

Thank you! This also solve my keyring login problem requiring me to enter a password every time that I opened Chrome!
Post Reply

Return to “Tutorials”