我要评分
获取效率
正确性
完整性
易理解

Installing Gnuplot

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Perform the installation.
    yum install gnuplot
  3. Set the Gnuplot environment variables.
    export GNUTERM=dumb
    export GNUPLOT=/usr
    export PATH=/usr/bin:$PATH
    export MANPATH=/usr/share/man/man1:$MANPATH