LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-23-2014, 11:42 AM   #1
bulrush15
LQ Newbie
 
Registered: Jul 2014
Location: West Michigan
Posts: 29

Rep: Reputation: Disabled
Need text editor on brand new CentOS 7.0 VM


We just created a new virtual machine on a server with CentOS 7.0. My client is on Win 7, and I use Putty for now. The only editor I can find on it vi. I'd like another editor but doing 'yum search' did not find anything for nedit or pine or pico.

Which editor is a bit more user-friendly that I could install via yum and works with putty?

Or, how do I add more repositories to yum? There might be more choices for me if I do that.

Thanks.

EDIT: Nevermind. I found nano on our system. It works.

EDIT: Also I have no graphical desktop going yet. I'm having problems with that.

Last edited by bulrush15; 07-24-2014 at 12:22 PM.
 
Old 07-23-2014, 02:52 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,361

Rep: Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692
OK, thanks for the update.
 
Old 07-23-2014, 06:24 PM   #3
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,992

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
Quote:
Originally Posted by bulrush15 View Post
We just created a new virtual machine with CentOS 7.0. The only editor I can find on it vi. I'd like another editor but doing 'yum search' did not find anything for nedit or pine or pico.

I'm connecting via putty and ssh. Which editor is a bit more user-friendly that I could install via yum and works with putty?

Or, how do I add more repositories to yum? There might be more choices for me if I do that.

Thanks.

EDIT: Nevermind. I found nano on our system. It works.
correct, the other three you mentioned are NOT "FOSS" thus will never be in the default repos for any RHEL, this includes CentOS.

Vi is very user friendly and works fine with putty. nano is fine as well.
 
Old 07-24-2014, 05:19 AM   #4
bulrush15
LQ Newbie
 
Registered: Jul 2014
Location: West Michigan
Posts: 29

Original Poster
Rep: Reputation: Disabled
  1. What does FOSS mean?
  2. I will be doing a lot of programming in Perl so I'm used to nedit being in a separate windows than my CLI. Is there another way to edit files to have the editor pop up in a new window?
 
Old 07-24-2014, 06:12 AM   #5
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 24,236

Rep: Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957
https://en.wikipedia.org/wiki/FOSS

you may try geany (as editor)
 
Old 07-24-2014, 06:26 AM   #6
bulrush15
LQ Newbie
 
Registered: Jul 2014
Location: West Michigan
Posts: 29

Original Poster
Rep: Reputation: Disabled
geany editor not found in default CentOS repositories via 'yum search geany'. Is there another repository which has more software, like a Redhat repo?

Also, I don't have any graphic desktop going yet.

Last edited by bulrush15; 07-24-2014 at 06:28 AM.
 
Old 07-24-2014, 06:31 AM   #7
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 24,236

Rep: Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957Reputation: 7957
you may try this: http://pkgs.org/download/geany (direct download and install) or this: https://www.centos.org/forums/viewtopic.php?t=3016
 
1 members found this post helpful.
Old 07-24-2014, 08:21 AM   #8
bulrush15
LQ Newbie
 
Registered: Jul 2014
Location: West Michigan
Posts: 29

Original Poster
Rep: Reputation: Disabled
Thank you! yum searched the EPEL repo! I'm such a noob.

I will install geany and mark as solved if it works.

Last edited by bulrush15; 07-24-2014 at 08:22 AM.
 
Old 07-24-2014, 08:38 AM   #9
bulrush15
LQ Newbie
 
Registered: Jul 2014
Location: West Michigan
Posts: 29

Original Poster
Rep: Reputation: Disabled
  1. I did 'yum install geany.x86_64', got "Requires VTE".
  2. Did 'yum install vte3.x86_64' got "VTE already installed".
  3. Did 'yum update vte3.x86_64' go "No packages marked for update"
  4. I can't find any vte file in /usr/bin or when I do 'which vte'.
  5. I will try to download the rpm but there are none for Centos 7, I'll try the rpm for Centos 6.
  6. Got the geany for Centos 6 and did 'yum installlocal fn.rpm' and got an error "Cannot open fn.rpm. Nothing to do." I downloaded the file again and got the same error.

What do I do now?

Last edited by bulrush15; 07-24-2014 at 08:51 AM.
 
Old 07-24-2014, 03:10 PM   #10
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,992

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
do not try to mix versions of applications. if the RPM is for v6, then do not install it on any other version other then v6.

http://www.cyberciti.biz/faq/install...os-redhat-7-x/

follow the direction on that link to install EPEL for CentOS v7, I just verified that geany is in that repo so you should just be able to yum install geany once you have the repo installed and updated.

do keep in mind that running EPEL is highly discouraged by RH as it more then not conflicts with the officials repos for libraries and other applications and can cause a system to become unstable. you have been notified.


https://dl.fedoraproject.org/pub/epel/beta/7/x86_64/

you can browse the list of applications and libraries in the EPEL for RHEL7 with the above link.
 
Old 07-25-2014, 04:37 AM   #11
bulrush15
LQ Newbie
 
Registered: Jul 2014
Location: West Michigan
Posts: 29

Original Poster
Rep: Reputation: Disabled
Quote:
do not try to mix versions of applications. if the RPM is for v6, then do not install it on any other version other then v6.
Thanks for the info. I was wondering.

I did add EPEL as a repo and I still had problems installing it. Details are already above your post.

What are the addresses of other Redhat 7 repos I can use for CentoS 7? Centos 7 does not seem ready for prime time.
 
Old 07-25-2014, 07:41 AM   #12
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.x
Posts: 18,434

Rep: Reputation: 2790Reputation: 2790Reputation: 2790Reputation: 2790Reputation: 2790Reputation: 2790Reputation: 2790Reputation: 2790Reputation: 2790Reputation: 2790Reputation: 2790
Centos is basically an exact free copy of RHEL.
RHEL is only just released as 7.0.
Any experienced IT guy will tell you not to use X.0 of anything for serious work, even RHEL.
Always regard it as an extended Beta, suitable for R&D but not PROD; wait for 7.1 for that.

FWIW, I've added EPEL to C5 & C6 over the years and practically never had a serious issue, assuming I used http://wiki.centos.org/PackageManagement/Yum/Priorities first to protect the system integrity.
 
Old 07-25-2014, 11:04 AM   #13
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,243

Rep: Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364Reputation: 2364
The extras repositories for RHEL/CentOS 7 will still be under development: EPEL is called beta and RPMfusion hasn't got a version 7 repo yet.

https://fedoraproject.org/wiki/EPEL
Geany is listed there. Do make sure you set yum priorities before using EPEL, as Chris recommended.
 
  


Reply

Tags
centos, editor, yum


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] return text from geany or other editor to IDE after saving and closing the editor mtdew3q Programming 4 05-15-2013 10:40 PM
LXer: The Qt-based Tea Text Editor: Managing Image and Text Files in One Application LXer Syndicated Linux News 0 07-30-2012 07:51 PM
[SOLVED] All text in text editor turned to boxes... unclerick94 Linux - Newbie 2 07-17-2009 04:14 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

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

All times are GMT -5. The time now is 10:26 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