Alessio Orazietti's Blog

Informatica che passione!

Advertisement

karmik-koala-chrome

Nell’attesa che Google rilasci la versione ufficiale del suo browser, per i più curiosi, in questo articolo vedremo come installare la versione non ufficiale dai repository…
Pochi comandi come sempre, aprite un terminale ed editate il file

    1. sudo vim /etc/apt/sources.list

    Potete usare il vostro editor testuale preferito, non per forma vi;

  • Aggiungete in coda al file le due seguenti righe e salvate il file:
    1. deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
    2. deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
  • Installiamo la chiave GPC
    1. sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5
  • Ci siamo, aggiorniamo il repository ed installiamolo
    1. sudo apt-get update
    2. sudo apt-get install chromium-browser

Enjoy your Crhomium web browsing!

PS: per coloro che non hanno Karmic Koala, il precedente procedimento resta valido, ma occorre cambiare i repository da aggiungere al file /etc/apt/sources.list con i seguenti:

8.04 Hardy Heron

  1. deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu hardy main
  2. deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu hardy main

8.10 Intrepid Ibex

  1. deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
  2. deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main

9.04 Jaunty Jackalope

  1. deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
  2. deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main

Comments

No Responses to “Google Chrome su Kubuntu 9.10 Karmic Koala 64 bit”

Write a Comment