Instalar KDE 4.3 K/Ubuntu
| Categorías General, Linux, Tecnologia | Fecha 18-09-2009 | Comentario 0
Editar el archivo sources.list:
sudo sh -c "echo 'deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu jaunty main' >> /etc/apt/sources.list"
sudo sh -c "echo 'deb http://ppa.launchpad.net/kubuntu-ppa/staging/ubuntu jaunty main' >> /etc/apt/sources.list"
Agregar GPG key:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A
Y upgrade:
sudo aptitude update && sudo aptitude dist-upgrade















