Today we will see how to install Google Chrome (aka Cromium ) on our Ubuntu-box ..
First you need to add the necessary repository to our sources.list file
by typing in a terminal: sudo gedit / etc / apt / sources.list
file and inserting at the end of these three lines:
# # Chromium
http://ppa.launchpad.net/chromium-daily/ppa/ubuntu deb hardy main deb-src
http://ppa.launchpad.net/chromium-daily/ppa/ubuntu hardy main
Now we need to add the GPG key of the repository (also terminal): sudo apt-
key adv - recv-keys - keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5
The last thing to do is update Apt with the new repository and install Chromium, typing in a sequence:
sudo apt-get update & & sudo apt-get install chromium-browser
Now you can find the icon on the taskbar .. Chromium
Happy surfing!
thanks to PettiNix
shadow
0 comments:
Post a Comment