LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   difficulties for installing gnuplot (https://www.linuxquestions.org/questions/linux-newbie-8/difficulties-for-installing-gnuplot-4175417537/)

gnugpl 07-19-2012 03:42 AM

difficulties for installing gnuplot
 
Hi,
I am trying to install gnuplot on Red hat 5.3.
I am having yum update, if i run yum install gnuplot then getting
Loaded plugins: rhnplugin, security
Setting up Install Process
Parsing package install arguments
No package gnuplot available.
Nothing to do

Pliz help

Thanking you in advance

sharadchhetri 07-19-2012 04:00 AM

Quote:

Originally Posted by gnugpl (Post 4732413)
Hi,
I am trying to install gnuplot on Red hat 5.3.
I am having yum update, if i run yum install gnuplot then getting
Loaded plugins: rhnplugin, security
Setting up Install Process
Parsing package install arguments
No package gnuplot available.
Nothing to do

Pliz help

Thanking you in advance

http://www.gnuplot.info/download.html

sharadchhetri 07-19-2012 04:02 AM

Quote:

Originally Posted by sharadchhetri (Post 4732428)

if you only want to try yum,

check once with
yum --nogpgcheck install gnuplot

gnugpl 07-19-2012 04:48 AM

Hi thanx
after the comand "yum --nogpgcheck install gnuplot" i m geting same output......
Setting up Install Process
Parsing package install arguments
No package gnuplot available.
Nothing to do

so what is missing

knudfl 07-19-2012 04:54 AM

There is a "Redhat EL5" package 'gnuplot' in the Redhat repo.

May be it's a special repo, that you have not yet enabled ?

Redhat reference list ( Source SRC.RPM )
ftp://ftp.redhat.com/redhat/linux/en...r/en/os/SRPMS/

.

sharadchhetri 07-19-2012 04:55 AM

Quote:

Originally Posted by gnugpl (Post 4732467)
Hi thanx
after the comand "yum --nogpgcheck install gnuplot" i m geting same output......
Setting up Install Process
Parsing package install arguments
No package gnuplot available.
Nothing to do

so what is missing

have u modify the /etc/yum.repos.d/xxxxx.repo file ?

"yum clean all" do once again.
If still do not work might be possible it is not in repository which is calling by your .repo file

sharadchhetri 07-19-2012 04:59 AM

Quote:

Originally Posted by sharadchhetri (Post 4732477)
have u modify the /etc/yum.repos.d/xxxxx.repo file ?

"yum clean all" do once again.
If still do not work might be possible it is not in repository which is calling by your .repo file

What is your OS architecture.
use arch command for it.
If it is x86-64

yum install gnuplot.x86_64

or

yum install gnuplot*

gnugpl 07-19-2012 07:12 AM

Hi thanx

i used "yum clean all" then "yum install gnuplot".
but still not working same error is there.
I have not changed .repo file.
My OS is of i386 not of 64 bit.
How to enable special repo for gnuplot package.

knudfl 07-19-2012 11:48 AM

Probably ask Redhat which repo ( section ) to enable,
and how to do that.

sharadchhetri 07-19-2012 02:01 PM

Quote:

Originally Posted by knudfl (Post 4732868)
Probably ask Redhat which repo ( section ) to enable,
and how to do that.

have you checked with yum install gnuplot*

use asterisk


All times are GMT -5. The time now is 12:52 AM.