Kubuntu
From Konversation
Stable
The latest stable release of Konversation is available in Kubuntu's regular package tree, just sudo apt-get install konversation or use the Adept package manager to install it (note that Konversation is installed by default).
Development
Konversation SVN nightlies for Kubuntu Dapper are available from the Brandon Holtsclaw ( imbrandon@kubuntu.org ) (x86, with PPC, and AMD64 planned). Installation instructions:
- Open a terminal window (e.g. Konsole).
- Add Brandon Holtsclaw's GPG key , copy and paste the following:
wget http://www.imbrandon.com/pubkey.gpg -O- | sudo apt-key add -
- Edit the repository list:
- kdesu kwrite /etc/apt/sources.list
- For Dapper Add the following:
deb http://imbrandon.com/packages dapper konversation-nightly deb-src http://imbrandon.com/packages dapper konversation-nightly
- For Edgy Add the following:
deb http://imbrandon.com/packages edgy konversation-nightly deb-src http://imbrandon.com/packages edgy konversation-nightly
- Save /etc/apt/sources.list and close the editor.
- To update from stable Konversation or an earlier nightly:
- sudo apt-get update
