HOWTO: LATEST KDE
Since I saw that some people were having trouble with upgrading to latest KDE I've decided to write this short HOWTO on Final.
First thing we need is the key (if you imported the key from B1 this step and the next are not necessary) (all this is from the console(except step 3)):
[*]Then we import it
[*]Add
to your sources.list using
[*]Now update the package lists:
[*]And upgrade!
OR:
These packages are for i386 and Breezy - they will work fine on i686. :P
EDIT: Changed to KDE-LATEST (for Dapper! --8/09/06 (Nirvana))
Since I saw that some people were having trouble with upgrading to latest KDE I've decided to write this short HOWTO on Final.
First thing we need is the key (if you imported the key from B1 this step and the next are not necessary) (all this is from the console(except step 3)):
- Fetch key:
Code:
wget [url]http://www.kubuntu.org/announcements/kubuntu-packages-jriddell-key.gpg[/url]
Code:
sudo apt-key add kubuntu-packages-jriddell-key.gpg
Code:
deb [url]http://kubuntu.org/packages/kde-latest[/url] dapper main
Code:
kdesu kwrite /etc/apt/sources.list
Code:
sudo apt-get update
Code:
sudo apt-get upgrade
Code:
sudo apt-get dist-upgrade
EDIT: Changed to KDE-LATEST (for Dapper! --8/09/06 (Nirvana))
Comment