Installing Gnuplot
Procedure
- Use PuTTY to log in to the server as the root user.
- Perform the installation.
yum install gnuplot
- Set the Gnuplot environment variables.
export GNUTERM=dumb export GNUPLOT=/usr export PATH=/usr/bin:$PATH export MANPATH=/usr/share/man/man1:$MANPATH
Parent topic: Configuring the Compilation Environment