KOffice 1.6.1, a maintenance release for KDE's Office suite, is now available for Kubuntu 6.10 (Edgy Eft).
This release includes bugfixes for the whole suite, and additional features for Krita and Kexi. Read the official release announcement here:
http://www.koffice.org/announcements/announce-1.6.1.php
Instructions for installing KOffice 1.6.1 can be found here:
http://kubuntu.org/announcements/koffice-161.php
1. Download Riddell's GPG key. Type this command in Konsole:
2. Add Riddell's key to APT's list of trusted keys. Type this command in Konsole, in the directory where the .gpg key is located:
Note: The following procedures can be done using the Adept Manager program. Please refer to this page for instructions:
https://help.ubuntu.com/community/Repositories/Kubuntu
3. Add the repository for KOffice 1.6.1. Open up Kate as root to edit your sources.list:
Choose one of the repositories for KOffice 1.6.1 and add it to your sources.list
4. Update your APT package index.
5. Install or upgrade to KOffice 1.6.1. To install KOffice, type in this command:
If an earlier version of KOffice is already installed, you will be notified by Adept Notifier that upgrades are available. You can either use Adept Updater to upgrade to the latest version, or use this command:
Enjoy your kool new KOffice!
This release includes bugfixes for the whole suite, and additional features for Krita and Kexi. Read the official release announcement here:
http://www.koffice.org/announcements/announce-1.6.1.php
Instructions for installing KOffice 1.6.1 can be found here:
http://kubuntu.org/announcements/koffice-161.php
1. Download Riddell's GPG key. Type this command in Konsole:
Code:
wget [url]http://people.ubuntu.com/~jriddell/kubuntu-packages-jriddell-key.gpg[/url]
Code:
sudo apt-key add kubuntu-packages-jriddell-key.gpg
https://help.ubuntu.com/community/Repositories/Kubuntu
3. Add the repository for KOffice 1.6.1. Open up Kate as root to edit your sources.list:
Code:
kdesu kate /etc/apt/sources.list
deb ftp://bolugftp.uni-bonn.de/pub/kde/s...-1.6.1/kubuntu edgy main
deb http://www.mirrorservice.org/sites/f...-1.6.1/kubuntu edgy main
deb http://ftp.gtlib.cc.gatech.edu/pub/k...-1.6.1/kubuntu edgy main
deb http://kubuntu.org/packages/koffice-161 edgy main
Code:
sudo apt-get update
Code:
sudo apt-get install koffice
Code:
sudo apt-get dist-upgrade
Comment