LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 04-11-2016, 10:50 AM   #1
Farideh Khamseh
LQ Newbie
 
Registered: Apr 2016
Posts: 2

Rep: Reputation: Disabled
Problem with installing Xmgrace in CentOS


Dear all

I am a beginner in Linux and I want to install Xmgrace on my workstation. But, I get this error:
yum install xmgrace
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Determining fastest mirrors
* base: mirrors.advancedhosters.com
* extras: mirror.ash.fastserv.com
* updates: mirrors.cmich.edu
base | 3.7 kB 00:00
extras | 3.4 kB 00:00
updates | 3.4 kB 00:00
No package xmgrace available.
Error: Nothing to do
[root@PHAR01180 Desktop]#

Then I download these packages as requirements:
dash-static-0.5.8-2.mga6.x86_64.rpm
glibc-2.22-15.mga6.x86_64.rpm
lib64png16_16-1.6.21-1.mga6.x86_64.rpm

I could install dash-static-0.5.8-2.mga6.x86_64.rpm but when I try to install glibc-2.22-15.mga6.x86_64.rpm I get this error message:
Error: glibc conflicts with prelink-0.4.6-3.1.el6_4.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


could you help me on this issue, please?

Regards,
Farideh

Last edited by Farideh Khamseh; 04-11-2016 at 11:06 AM.
 
Old 04-11-2016, 01:00 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by Farideh Khamseh View Post
Dear all
I am a beginner in Linux and I want to install Xmgrace on my workstation. But, I get this error:
yum install xmgrace
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Determining fastest mirrors
* base: mirrors.advancedhosters.com
* extras: mirror.ash.fastserv.com
* updates: mirrors.cmich.edu
base | 3.7 kB 00:00
extras | 3.4 kB 00:00
updates | 3.4 kB 00:00
No package xmgrace available.
Error: Nothing to do
[root@PHAR01180 Desktop]#

Then I download these packages as requirements:
dash-static-0.5.8-2.mga6.x86_64.rpm
glibc-2.22-15.mga6.x86_64.rpm
lib64png16_16-1.6.21-1.mga6.x86_64.rpm

I could install dash-static-0.5.8-2.mga6.x86_64.rpm but when I try to install glibc-2.22-15.mga6.x86_64.rpm I get this error message:
Error: glibc conflicts with prelink-0.4.6-3.1.el6_4.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

could you help me on this issue, please?
Read the "Question Guidelines" link in my posting signature. Since you don't tell us what version/distro of Linux you're using, we have a hard time telling you how to proceed. Depending on the distro, that package might not be avaialble via repositories. Also, ***DO NOT**** monkey around with manually replacing glibc, unless you ABSOLUTELY know what you're doing.
 
Old 04-11-2016, 02:26 PM   #3
plasmonics
Member
 
Registered: Jan 2009
Distribution: Fedora, Gentoo, LFS
Posts: 224

Rep: Reputation: 69
As TBOne said, you should provide more information.

In my opinion, CentOS does not do a good job of supporting scientific and engineering packages. Its strength is servers. You might have to download the grace source code from the Weitzmann institute and compile it yourself. The package is also called grace, not xmgrace, due to a change in licensing. Try
Code:
yum search grace
However, AFAIK, it is not in the EPEL 7 repo.

I have been using it since its early days when you had to download it from the U of Oregon and compile it yourself. Now, it is available precompiled for all versions of Fedora. It is also available for Gentoo, Debian, and Ubuntu.
Code:
apt-cache search grace
on Debian and
Code:
USE="png jpeg netcdf fftw" emerge grace
on Gentoo. I once used it on openSUSE, but have not used the latter for a long time.

Last edited by plasmonics; 04-11-2016 at 08:09 PM.
 
2 members found this post helpful.
Old 04-11-2016, 03:41 PM   #4
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
to add
DO NOT install random rpm's from random sites
the name on those has "mga6" in the name
they are built for a DIFFERENT operating system
"Mageia 6 "
https://wiki.mageia.org/en/Mageia_6_Development
http://www.mageia.org/en/

personally i find RHEL/CentOS/ScientificLinux GREAT for scientific and engineering software

now CentOS 7.2 is still rather NEW
most programs are still for CentOS 6.7 or 5.11

i use ScientificLinux 6.7 all the time for the USGS / NASA / JPL and University code i use


Warning:
if you did manage to install these
dash-static-0.5.8-2.mga6.x86_64.rpm
glibc-2.22-15.mga6.x86_64.rpm
lib64png16_16-1.6.21-1.mga6.x86_64.rpm

-- you have a MAJOR almost unsolvable problem
with the easiest fix it a new clean reinstall of CentOS
that glibc will be incompatible




Grace
http://plasma-gate.weizmann.ac.il/Grace/

now this is a bit old so you might have problems
ftp://plasma-gate.weizmann.ac.il/pub/grace/

the latest STABLE "grace-5.1.25.tar.gz"
ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/


but it should be in the repos
Code:
su -
yum search grace

Last edited by John VV; 04-11-2016 at 03:51 PM.
 
1 members found this post helpful.
Old 04-20-2016, 02:52 PM   #5
Farideh Khamseh
LQ Newbie
 
Registered: Apr 2016
Posts: 2

Original Poster
Rep: Reputation: Disabled
Thank you! I could install Grace successfully but there is another problem! when I execute the xmgrace in a terminal everything works well just I get this message
Warning: Cannot convert string "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*" to type FontStruct
How can I overcome this problem?

Regards,
Farideh
 
Old 04-20-2016, 03:50 PM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by Farideh Khamseh View Post
Thank you! I could install Grace successfully but there is another problem! when I execute the xmgrace in a terminal everything works well just I get this message
Warning: Cannot convert string "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*" to type FontStruct
How can I overcome this problem?
Well, seeing as it's a WARNING, you can ignore it.
 
  


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
problem to install xmgrace on fedora 16 sajjadpu Linux User Groups (LUG) 1 04-29-2012 10:54 AM
problem to install xmgrace on fedora 16 sajjadpu Fedora - Installation 5 04-25-2012 06:19 AM
[SOLVED] xmgrace problem RudraB Linux - Software 2 12-12-2010 07:20 AM
xmgrace installation failed, problem of X11-devel landaille Red Hat 0 10-19-2010 07:05 AM
Weird xmgrace problem:Missing import data options Euler2 Linux - Software 1 04-13-2010 12:07 PM

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

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