LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-24-2014, 12:03 PM   #1
bulrush15
LQ Newbie
 
Registered: Jul 2014
Location: West Michigan
Posts: 29

Rep: Reputation: Disabled
How to install nedit 5.5 on CentOS?


  1. Server: CentOS 7.0 server (based on RHEL 7) running as a Virtual Machine
  2. cat /etc/redhat-release: CentOS Linux release 7.0.1406 (Core)
  3. From uname -a: Linux complinux 3.10.0-123.4.2.E17.x86_64 #1 SMP Jun 30 16:09:14 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
  4. Shell: csh
  5. Client OS: Windows 7
  6. Terminal: Putty 0.62 using ssh


I want to manually install a binary nedit 5.5 X windows editor on CentOS 7 (based on RHEL 7). It's my favorite editor and geany wouldn't install via yum, nor could I download geany for a manual install.

  1. But will it work?
  2. It's a gz file, where can I install this for all users to use?
  3. Which install do I use? Just the plain nedi-5.5-Linux-x86.tar.gz?


Link here: http://sourceforge.net/projects/nedi...xecutable/5.5/

Thank you.

Last edited by bulrush15; 07-24-2014 at 12:04 PM.
 
Old 07-24-2014, 01:06 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
being 10 years out of date ,you might have a hard time

you do know that "gedit" is already installed and is the default for the gnome desktop

you can "try" to build the source but you will likely NEED to install the older gcc33-compat compiler

the great text editors cent/ RHEL use are
gedit- gnome
kate - kde
emacs
vi /vim - terminal
nano - terminal
 
Old 07-25-2014, 04:37 AM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
i remember that nedit is in the repos for most distros.
are you sure you can't install it with yum?
maybe you have to add a repository (consult centos online documentation on how to do it), but i'm pretty sure a precompiled version is out there for you.

that said, maybe you should consider finding a new favorite editor.
i just don't see what the advantages of using nedit would be, when there's so many (better. or at least newer) alternatives around.
 
Old 07-25-2014, 04:41 AM   #4
bulrush15
LQ Newbie
 
Registered: Jul 2014
Location: West Michigan
Posts: 29

Original Poster
Rep: Reputation: Disabled
Well, part of the problem is I can't get X Windows working on CentOS 7, so neither gedit nor nedit works for me yet. I've gotten no useful help re: X Windows as I'm a newbie when it comes to Linux administration.

So first I have to get X Windows working. Or install CentOS 6, as it seems there is more info out out there for C6. Or install Ubuntu.
 
Old 07-25-2014, 10:35 PM   #5
KeithE
Member
 
Registered: Jan 2003
Location: Mesa, AZ
Distribution: Linux Mint
Posts: 155

Rep: Reputation: 35
Nedit has been unsupported for years. Its web page is still there, but it was last updated in 2012.

Nedit 5.5 was last built in 2004. To quote Dr. McCoy: "It's dead, Jim!"
 
Old 07-26-2014, 04:08 AM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,850

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
nedit is still a not-so-bad editor. You can download any package you find and unpack the two executables nedit and nc.
 
Old 07-26-2014, 03:01 PM   #7
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
Quote:
Originally Posted by bulrush15 View Post
Well, part of the problem is I can't get X Windows working on CentOS 7, so neither gedit nor nedit works for me yet. I've gotten no useful help re: X Windows as I'm a newbie when it comes to Linux administration.

So first I have to get X Windows working. Or install CentOS 6, as it seems there is more info out out there for C6. Or install Ubuntu.
what is your issue with getting Gnome3 shell running under CentOS v7? it is one of the default install options via anaconda. you can choose, base (no GUI, no extra services), non-GUI web server, non-GUI e-mail server, non-GUI file server, or a full GUI workstation as well as a full GUI web/e-mail/file server.

If you chose to install one of the GUI options, what is the problem with the GUI? is this a hardware issue with your video driver or something else?

Id start troubleshooting that first, then id worry about a 10 year old editor when gedit is an outstanding GUI editor.
 
Old 07-28-2014, 06:34 AM   #8
bulrush15
LQ Newbie
 
Registered: Jul 2014
Location: West Michigan
Posts: 29

Original Poster
Rep: Reputation: Disabled
The issue is, GNOME works fine on the console, but not on a terminal. We're running CenOS on a server, and the CentOS is a virtual machine.

We're switching to Ubuntu server as a VM, probably 13.10, anyway.
 
Old 07-28-2014, 12:21 PM   #9
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
um ok you want a GUI editor in the terminal? not going to happen without activating the GUI and using X. if you are ssh into the system activate X11 forwarding and run gedit that way.
 
  


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
NEdit macros theonebeyond Linux - Software 2 05-29-2018 06:04 PM
Nedit memorial colucix Linux - General 8 10-29-2008 06:05 AM
nedit - problems rustyray Linux - Enterprise 4 04-09-2008 02:45 PM
problem with nedit Amyaayaa Linux - Kernel 1 04-06-2008 01:47 AM
Nedit Doyley Linux - Newbie 1 05-26-2007 10:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:43 AM.

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