gnuplot on Ubuntu Linux

View: New views
4 Messages — Rating Filter:   Alert me  

gnuplot on Ubuntu Linux

by Samster :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How can I install gnuplot 4.2.6 on Ubuntu Linux 9.04? I am new to Ubuntu and gnuplot.

Re: gnuplot on Ubuntu Linux

by Trillianx :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

type in the terminal:

sudo apt-get gnuplot

enter the password and this will install GNUPLOT. Most likely you should get the latest one.

Trillian


Samster wrote:
How can I install gnuplot 4.2.6 on Ubuntu Linux 9.04? I am new to Ubuntu and gnuplot.

Re: gnuplot on Ubuntu Linux

by Thomas Sefzick :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

you will get 4.2.4


type in the terminal:

sudo apt-get gnuplot

enter the password and this will install GNUPLOT. Most likely you should get the latest one.

Trillian


Samster wrote:
How can I install gnuplot 4.2.6 on Ubuntu Linux 9.04? I am new to Ubuntu and gnuplot.


Re: gnuplot on Ubuntu Linux

by Trillianx :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Follow the instruction suggested by Thomas.

Once you have the untar the .gz file. Do the following:

1. cd into gnuplot
2. sudo ./configure
3. wait till you get the prompt.
4. sudo ./install.sh
5.Again wait and you should see gnplot 4-2.6



Samster wrote:
How can I install gnuplot 4.2.6 on Ubuntu Linux 9.04? I am new to Ubuntu and gnuplot.