LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   OpenSuse Text Editor (https://www.linuxquestions.org/questions/linux-newbie-8/opensuse-text-editor-676726/)

greengrocer 10-16-2008 03:54 AM

OpenSuse Text Editor
 
Hey everyone,

What is the name of a text editor that comes by default with OpenSuse?

I tried pico, nano, both result command not found.

Typing 'edit' gives me VIM, but I am not comfortable with VIM. Is there anything more like nano or pico?

Thanks for your help
Greenie

ronlau9 10-16-2008 04:20 AM

Try kwrite for some files you need root privileges to run kwrite

Nylex 10-16-2008 04:34 AM

OpenSUSE probably has packages for nano and/or pico..

greengrocer 10-16-2008 04:44 AM

Quote:

Originally Posted by Nylex (Post 3311924)
OpenSUSE probably has packages for nano and/or pico..

would you happen to know the command for installing packages? Sorry I am used to Ubuntu where I would use apt-get install <blah>

Or even in Fedora I would use yum, so I need to learn what the package manager command is in OpenSuse?

Nylex 10-16-2008 04:46 AM

To be honest, I would just go and read the documentation (and no, I don't know)..

linuxlover.chaitanya 10-16-2008 04:46 AM

yast will help you install the packages you need....

greengrocer 10-16-2008 04:52 AM

Quote:

Originally Posted by linuxlover.chaitanya (Post 3311936)
yast will help you install the packages you need....

Yeah, I typed in Yast and I was presented with a blue screen divided into quadrants. I selected update package information but that resulted in an error.

I checked if I could PING across my network, which I can so I know the network is up (eth0).

So Yast is not working for me. I was kind of hoping for a nice simple command line based package command like apt-get or yum. That would sure make life easier.

greengrocer 10-16-2008 04:54 AM

Quote:

Originally Posted by ronlau9 (Post 3311906)
Try kwrite for some files you need root privileges to run kwrite

Isn't Kwrite going to need and Xserver and KDE to be running?

At the moment my Xserver is playing up, it does not like my ATI video card in my Notebook computer, I managed to VIM the xorg log file and noticed that Xserver is not recognising the model of my video card, it does recognise its an ATI card, but it does not recognise the particular model, so now it just gives a black screen.

greengrocer 10-16-2008 04:55 AM

Quote:

Originally Posted by Nylex (Post 3311935)
To be honest, I would just go and read the documentation (and no, I don't know)..

I would read the documentation too, if I could find the documentation. Do you know where I can find it?

greengrocer 10-16-2008 05:05 AM

Tried using the command 'zypper' which looks promising, however there are no repos configured for it by default (which is a bit silly not to have the basic OpenSuse repos configured by default). So now I have to discover the URI's for the repos and add them manually using:

Code:

zypper repoadd [URI]
annoying! grrrrr

Edit: turns out there are some repos configured, but the computer never bothers to refer to the remote repo server to check if the package is available. Even though the network is up and working.

reddazz 10-16-2008 05:07 AM

You can install packages using zypper e.g.
Code:

#zypper install nano
Did you run yast from the cli because when run from a gui, it presents you with a gui that you can use for various admin tasks including installing software.

greengrocer 10-16-2008 05:40 AM

Quote:

Originally Posted by reddazz (Post 3311970)
You can install packages using zypper e.g.
Code:

#zypper install nano
Did you run yast from the cli because when run from a gui, it presents you with a gui that you can use for various admin tasks including installing software.

Yep, I ran yast from the cli. Because Xserver is not working properly (blank screen).

When I run yast from the CLI, I am presented with a blue screen and a menu. If I select "Software" from the menu, I am then presented with a blue screen divided into four nearly empty quadrants.

Nylex 10-16-2008 06:05 AM

Quote:

Originally Posted by greengrocer (Post 3311955)
I would read the documentation too, if I could find the documentation. Do you know where I can find it?

OpenSUSE's website maybe?

greengrocer 10-16-2008 06:53 AM

Quote:

Originally Posted by Nylex (Post 3312038)
OpenSUSE's website maybe?

Actually its here

but the average user trying linux for their time would not have found it so easy. Lucky I had some idea of what I was looking for.

I know, I know self help blah blah, but the helpful linux community is really what separates Linux from Windows (both O/S have their shortfalls).

ronlau9 10-16-2008 08:35 AM

Quote:

Originally Posted by greengrocer (Post 3311953)
Isn't Kwrite going to need and Xserver and KDE to be running?

At the moment my Xserver is playing up, it does not like my ATI video card in my Notebook computer, I managed to VIM the xorg log file and noticed that Xserver is not recognising the model of my video card, it does recognise its an ATI card, but it does not recognise the particular model, so now it just gives a black screen.

You can run kwrite from the CLI, but you can also use EDIT
EDIT if I use it than I use from the command line to my knowledge EDIT is not depending on the
Xserver
You can also run yast or zypper from the command line and install a other editor if you wish


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