I followed the directions found on the Kubuntu web page and added the Unsupported updates repository (I think ), and I still can't figure out how to install kdoffice 2
Announcement
Collapse
No announcement yet.
kdoffice 2
Collapse
This topic is closed.
X
X
-
Re: kdoffice 2
It is in the backports, so:
your /etc/apt/sources.list should have something like this:
Code:... deb [url]http://<MIRROR_MAY_VARY>.archive.ubuntu.com/ubuntu/[/url] jaunty-backports restricted main multiverse universe ...
Add/Edit/Remove with a gui
K > Applications > System > Software Management (KPackageKit)
KPackageKit > Settings > Edit Software Sources
Fast lane: Press ALT+F2 and type "kdesudo software-properties-kde"
(or copy&paste)
If this is ok, update the the package database (konsole):
Code:sudo apt-get update
If this is ok, there should be (konsole):
Code:apt-cache show koffice-kde4
Package: koffice-kde4
...
Version: 1:2.0.0-0ubuntu1~jaunty1
Package: koffice-kde4
...
Version: 1:1.9.99.9-0ubuntu1
Code:sudo apt-get install koffice-kde4
Inst libgtlcore0 (0.9.5-0ubuntu3 Ubuntu:9.04/jaunty)
Inst libopenctl0 (0.9.5-0ubuntu3 Ubuntu:9.04/jaunty)
Inst koffice-data-kde4 (1:2.0.0-0ubuntu1~jaunty1 Ubuntu:9.04/jaunty-backports)
Inst koffice-libs-kde4 (1:2.0.0-0ubuntu1~jaunty1 Ubuntu:9.04/jaunty-backports)
Inst karbon-kde4 (1:2.0.0-0ubuntu1~jaunty1 Ubuntu:9.04/jaunty-backports)
Inst kplato-kde4 (1:2.0.0-0ubuntu1~jaunty1 Ubuntu:9.04/jaunty-backports)
Inst kpresenter-kde4 (1:2.0.0-0ubuntu1~jaunty1 Ubuntu:9.04/jaunty-backports)
...Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
-
Re: kdoffice 2
If you want to look (konsole):
Code:cat /etc/apt/sources.list
Code:nano /etc/apt/sources.list
Code:kate /etc/apt/sources.list
If you want to edit, you will need the root rights > RootSudo
More > FAQ: Root PasswordBefore you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Re: kdoffice 2
to get root acsess you half to type sudo in frunt of a comand ...........in a terminal you wont get eneything with just /etc/apt/sources.list
Code:cat /etc/apt/sources.list
Code:sudo kate /etc/apt/sources.list
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
Re: kdoffice 2
> RootSudo
Graphical sudo
You should never use normal sudo to start graphical applications as root. You should use gksudo (kdesudo on Kubuntu) to run such programs. gksudo sets HOME=~root, and copies .Xauthority to a tmp directory. This prevents files in your home directory becoming owned by root. (AFAICT, this is all that's special about the environment of the started process with gksudo vs. sudo).Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Re: kdoffice 2
I gave KOffice 2 a test run this morning.
The install went fine.
On my laptop:
KWord dies when trying to open a text file. It cannot open an html or xml file. It can open an ODT file, but when typing the cursor sometimes jumps irratically, and embedded images jump jump to the top left corner of the first page, and back to where it was, but leaves a blank hole on the first page, with the text scrunched into a small column on the right. Doing a backspace in front of the first character on the page restores its format.
Krita couldn't open several kinds of image files.
KSpread couldn't open OOo spread sheets (don't know if it should be able, but KWord does open odt documents).
All in all, KOffice 3.0 shows good promise for a .0 release!
When I removed all of the files that came along with installing KOffice I noticed that uninstalling KWord, Krita, Karbon and a couple others did NOT remove their entry in the menu system.
Using the history option on Synaptic allowed me to go down the line and remove the applications that were installed without missing any. The history panel stayed on top while I searched for applications to remove."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Re: kdoffice 2
Originally posted by freedom2009OK next newbie question
when I try /etc/apt/sources.list on Konsole I get a "Permission denied" message
I am the only user so I should have administrator privileges
MY knowledge of Linux DOS is very basic
Sources.list is a configuration script (it doesn't have the special first line) for apt, kpackagekit, synaptic or other package managers. When you add or remove a repository while running one of the package managers your changes are saved in sources.list. If you are knowledgable, and don't make many typos, you can manually edit sources.list and add a repository so that it will show up in the package manager the next time the repositories are reloaded by the package manager."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
Comment