LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to activate "kwrite" in Ubuntu 9.10? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-activate-kwrite-in-ubuntu-9-10-a-785939/)

msbstar 01-31-2010 12:42 AM

How to activate "kwrite" in Ubuntu 9.10?
 
Hello Everybody,

I have Ubuntu 9.10 installed on my laptop.
For editing some text files we can use "vi'
and "gedit" editor, but not "kwrite".

Is it possible to have kwrite working in Ubuntu
or it is for other distributions?

With best regards,
Hassan

paulsm4 01-31-2010 01:27 AM

Hi -

Before you go too far, try looking for it. It might well already be installed (just no handy icon on any of the usual menus):

Quote:

find / -name kwrite -print 2> /dev/null

... OR ...

whereis kwrite

Nylex 01-31-2010 01:38 AM

Doesn't Ubuntu use GNOME? KWrite is a KDE application, so you'll need to install KDE. I don't think it's available standalone.. it's part of the kdebase package.

GrapefruiTgirl 01-31-2010 01:39 AM

Kwrite is a KDE application. It is not included by default in a GNOME based Ubuntu. You can install it using your package manager, but be aware, it brings a lot of other libs with it.

Try something like:

Code:

sudo apt-get install kwrite
NOTE: that command is possibly not exactly correct, but it should be close ;)

Sasha


All times are GMT -5. The time now is 11:17 PM.