LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-16-2008, 03:54 AM   #1
greengrocer
Member
 
Registered: Aug 2005
Distribution: Ubuntu Intrepid and Meerkat, formerly used Debian 3.1 (Sarge) with Gnome Desktop
Posts: 353

Rep: Reputation: 37
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
 
Old 10-16-2008, 04:20 AM   #2
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
Try kwrite for some files you need root privileges to run kwrite
 
Old 10-16-2008, 04:34 AM   #3
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
OpenSUSE probably has packages for nano and/or pico..
 
Old 10-16-2008, 04:44 AM   #4
greengrocer
Member
 
Registered: Aug 2005
Distribution: Ubuntu Intrepid and Meerkat, formerly used Debian 3.1 (Sarge) with Gnome Desktop
Posts: 353

Original Poster
Rep: Reputation: 37
Quote:
Originally Posted by Nylex View Post
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?
 
1 members found this post helpful.
Old 10-16-2008, 04:46 AM   #5
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
To be honest, I would just go and read the documentation (and no, I don't know)..
 
Old 10-16-2008, 04:46 AM   #6
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
yast will help you install the packages you need....
 
Old 10-16-2008, 04:52 AM   #7
greengrocer
Member
 
Registered: Aug 2005
Distribution: Ubuntu Intrepid and Meerkat, formerly used Debian 3.1 (Sarge) with Gnome Desktop
Posts: 353

Original Poster
Rep: Reputation: 37
Quote:
Originally Posted by linuxlover.chaitanya View Post
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.
 
1 members found this post helpful.
Old 10-16-2008, 04:54 AM   #8
greengrocer
Member
 
Registered: Aug 2005
Distribution: Ubuntu Intrepid and Meerkat, formerly used Debian 3.1 (Sarge) with Gnome Desktop
Posts: 353

Original Poster
Rep: Reputation: 37
Quote:
Originally Posted by ronlau9 View Post
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.
 
1 members found this post helpful.
Old 10-16-2008, 04:55 AM   #9
greengrocer
Member
 
Registered: Aug 2005
Distribution: Ubuntu Intrepid and Meerkat, formerly used Debian 3.1 (Sarge) with Gnome Desktop
Posts: 353

Original Poster
Rep: Reputation: 37
Quote:
Originally Posted by Nylex View Post
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?

Last edited by greengrocer; 10-16-2008 at 05:06 AM.
 
1 members found this post helpful.
Old 10-16-2008, 05:05 AM   #10
greengrocer
Member
 
Registered: Aug 2005
Distribution: Ubuntu Intrepid and Meerkat, formerly used Debian 3.1 (Sarge) with Gnome Desktop
Posts: 353

Original Poster
Rep: Reputation: 37
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.

Last edited by greengrocer; 10-16-2008 at 05:21 AM.
 
1 members found this post helpful.
Old 10-16-2008, 05:07 AM   #11
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
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.
 
1 members found this post helpful.
Old 10-16-2008, 05:40 AM   #12
greengrocer
Member
 
Registered: Aug 2005
Distribution: Ubuntu Intrepid and Meerkat, formerly used Debian 3.1 (Sarge) with Gnome Desktop
Posts: 353

Original Poster
Rep: Reputation: 37
Quote:
Originally Posted by reddazz View Post
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.
 
1 members found this post helpful.
Old 10-16-2008, 06:05 AM   #13
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by greengrocer View Post
I would read the documentation too, if I could find the documentation. Do you know where I can find it?
OpenSUSE's website maybe?
 
Old 10-16-2008, 06:53 AM   #14
greengrocer
Member
 
Registered: Aug 2005
Distribution: Ubuntu Intrepid and Meerkat, formerly used Debian 3.1 (Sarge) with Gnome Desktop
Posts: 353

Original Poster
Rep: Reputation: 37
Quote:
Originally Posted by Nylex View Post
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).
 
1 members found this post helpful.
Old 10-16-2008, 08:35 AM   #15
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
Quote:
Originally Posted by greengrocer View Post
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

Last edited by ronlau9; 10-16-2008 at 08:43 AM. Reason: add info
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
text selection question in text editor olin Linux - Software 1 09-25-2007 01:25 PM
Text Editor on Fedora Core 4 in Text Mode blong4life Linux - Software 5 07-31-2006 09:07 PM
Which light text editor can copy text from file and paste in browser? davidas Linux - Software 9 03-06-2006 11:28 AM
text editor Mig21 Linux - Software 17 07-07-2005 05:27 PM
Best Text Editor? Ekim Gram Linux - Software 4 05-24-2003 12:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration