LinuxQuestions.org
Visit Jeremy's Blog.
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 08-30-2014, 01:03 PM   #1
woozyelim
LQ Newbie
 
Registered: Aug 2014
Posts: 5

Rep: Reputation: Disabled
Installation Assistance for gedit-3.12.2


Hello,

I am new to linux and I am running Elementary OS. I am trying to install gedit version 3.12.2 which is packaged in a tar.xz file to use for starting to learn to code. It is the program the guide I found recommended. Every time I cd to the extracted folder of gedit and than run ./configure --disable spell it starts doing things in the terminal, but every time at the end I get this message and it does not let me continue with the make and make install commands to properly install it. Could someone please tell me how to fix these and if there is a better program I could use for programming. I am learning python first.

Code:
configure: error: Package requirements (
	libxml-2.0 >= 2.5.0
	glib-2.0 >= 2.39.5
	gio-2.0 >= 2.37.0
	gmodule-2.0
	gtk+-3.0 >= 3.11.6
	gtksourceview-3.0 >= 3.11.2
	libpeas-1.0 >= 1.7.0
	libpeas-gtk-1.0 >= 1.7.0
	gsettings-desktop-schemas
) were not met:

No package 'libxml-2.0' found
Requested 'glib-2.0 >= 2.39.5' but version of GLib is 2.32.4
Requested 'gio-2.0 >= 2.37.0' but version of GIO is 2.32.4
Requested 'gtk+-3.0 >= 3.11.6' but version of GTK+ is 3.4.2
No package 'gtksourceview-3.0' found
No package 'libpeas-1.0' found
No package 'libpeas-gtk-1.0' found
No package 'gsettings-desktop-schemas' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GEDIT_CFLAGS
and GEDIT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
 
Old 08-30-2014, 01:56 PM   #2
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
You need to install the development files for the missing packages and you need to install the correct minimum version. The output is pretty self explanatory regarding what is missing. However, it might be easier for you to simply install gedit using the package manager in Elementary. Looks pretty easy to me --> http://elementaryos.org/docs/user-guide/installing-apps
 
Old 08-30-2014, 03:26 PM   #3
woozyelim
LQ Newbie
 
Registered: Aug 2014
Posts: 5

Original Poster
Rep: Reputation: Disabled
The program is not in the software center and how would I go about downloading the necessary packages?
 
Old 08-30-2014, 04:27 PM   #4
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by woozyelim View Post
Could I please request a thread change to the "Software" thread. I did not see it before posting this.
The Report button on your original post:
Note: This form is ONLY to be used to report spam, advertising messages, and problematic (harassment, fighting, or rude) posts or to request that your thread be moved to another forum. If you are trying to reply to a thread, click back and then use the "Reply" button.
 
Old 08-30-2014, 05:03 PM   #5
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
Quote:
Originally Posted by woozyelim View Post
The program is not in the software center and how would I go about downloading the necessary packages?
IIRC, Elementary is derived from Ubuntu. Looks like this might help you enable and use the Ubuntu repositories. I'd be really surprised if Gedit wasn't in the Ubuntu repositories.
 
Old 08-30-2014, 05:11 PM   #6
woozyelim
LQ Newbie
 
Registered: Aug 2014
Posts: 5

Original Poster
Rep: Reputation: Disabled
What is IIRC? Would I find it in the software center or what?
 
Old 08-31-2014, 01:14 AM   #7
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Moved: This thread is more suitable in Linux - Software and has been moved accordingly to help your thread/question get the exposure it deserves (as per you kind request).
 
Old 08-31-2014, 09:45 AM   #8
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
Quote:
Originally Posted by woozyelim View Post
What is IIRC?
IIRC = If I Remember Correctly
 
Old 08-31-2014, 03:53 PM   #9
woozyelim
LQ Newbie
 
Registered: Aug 2014
Posts: 5

Original Poster
Rep: Reputation: Disabled
The article did not help. Gedit is not in the software center to install from there. I need to manually install it from the terminal.
 
Old 08-31-2014, 03:56 PM   #10
woozyelim
LQ Newbie
 
Registered: Aug 2014
Posts: 5

Original Poster
Rep: Reputation: Disabled
I found Gedit in the software center now. It is under a different name. Thank you all for the assistance.
 
  


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
Gnome 3, Gedit 3.0.5, when I open file with gedit, it created one more unneeded tab Mr. Alex Linux - Software 1 06-18-2011 07:58 AM
Back to VNC installation...assistance nataloi Linux - Newbie 2 04-20-2009 03:36 PM
WINE 1.1.3 (Installation assistance requested) SKUTR14 Linux - Software 28 09-11-2008 02:31 AM
Slackware 9.1 installation Errors Need immediate Assistance! ClericPreston Slackware - Installation 4 06-02-2004 05:58 AM
newbie installation assistance jasonmantey Linux - Newbie 0 02-27-2004 06:34 PM

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

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