Archivos para abril 9th, 2010

abril 9, 2010

Instalar Google Chrome en Kubuntu 10.04

Este prosedimiento sirve para tener siempre la ultima version , anque con demasiadas actualizaciones :S

en terminal:

sudo kate /etc/apt/sources.list

Y agregamos al final:

deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main

Y actualizamos en terminal e instalamos

sudo apt-get update && apt-get install chromium-brower

FAMM

Licencia GNU V3

abril 9, 2010

Instalar Google Chrome en Ubuntu 10.04

Este prosedimiento sirve para tener siempre la ultima version , anque con demasiadas actualizaciones :S

en terminal:

sudo gedit /etc/apt/sources.list

Y agregamos al final:

deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main

Y actualizamos en terminal e instalamos

sudo apt-get update && apt-get install chromium-browser

FAMM

Licencia GNU V3

abril 9, 2010

Instalar GetDeb en Kubuntu 10.04

Como es comun abrimos terminal: y ponemos lo siguiente:

sudo kate /etc/apt/sources.list

y agregamos al final esto

deb http://archive.getdeb.net/ubuntu lucid-getdeb apps games
deb-src http://archive.getdeb.net/ubuntu lucid-getdeb apps games

Y en caso que ya tengamos el repo solo basta con cambiar “karmic” por “lucid”

Y agregamios llave gpg :

wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

FAMM

Licencia Gnu V3

abril 9, 2010

Instalar GetDeb en Ubuntu 10.04

Como es comun abrimos terminal: y ponemos lo siguiente:

sudo gedit /etc/apt/sources.list

y agregamos al final esto

deb http://archive.getdeb.net/ubuntu lucid-getdeb apps games
deb-src http://archive.getdeb.net/ubuntu lucid-getdeb apps games

Y en caso que ya tengamos el repo solo basta con cambiar “karmic” por “lucid”

Y agregamios llave gpg :

wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

FAMM

Licencia Gnu V3

Seguir

Get every new post delivered to your Inbox.