Software for NGW PC

May 5th, 2023

Linux PC:

A) Extra installation for Comms group:

gv
sudo yum install gv

xemacs
sudo yum install xemacs

gle: http://glx.sourceforge.net/
sudo yum install gle424
sudo yum install gle

C++ IDE (Geany)
sudo yum install geany

it++
sudo yum install fftw-devel fftw
sudo yum install itpp431

gptex2pdf and figtex2pdf (download batch files from below)
http://www.pvv.ntnu.no/~berland/gptex2eps/
http://www.pvv.ntnu.no/~berland/figtex2eps/

matlab
sudo yum install matlab2016b

automount and NFS (to be completed)

B) Already installed in the redhat’s standard package:
java
xfig
latex
open office
gnuplot
CVS
emacs
ssh
crontab
rsync
firefox
thunderbird
gawk
automount

C) Personal notes by Michael Ng
===========================================================
sudo yum install gv acroread xemacs gle424 gle geany fftw-devel fftw itpp431 matlab2016b

sudo yum install texlive-* tetex-* [additional command for latex]

acrobat reader installation has changed.

ALL:
sudo yum install gv AdobeReader_enu xemacs xfig gnuplot gle424 gle geany fftw-devel fftw itpp-devel itpp matlab2016b texlive-* tetex-* kile kwrite

need:
tkdiff:
sudo yum install tkcvs

https://deskctl/software -> Utilities -> tkdiff

gle:
sudo yum install gle-graphics425

tar cf – sxn/ | ssh sxn@uos-215409 “cd /local/scratch/sxn/ && tar xpf -“

Note: wget seems to take a long time to complete…
wget http://www.pvv.ntnu.no/~berland/gptex2eps/src/gptex2eps
wget http://www.pvv.ntnu.no/~berland/gptex2eps/src/gptex2pdf
wget http://www.pvv.ntnu.no/~berland/figtex2eps/src/figtex2eps
wget http://www.pvv.ntnu.no/~berland/figtex2eps/src/figtex2pdf
chmod 777 gptex2* figtex2*
mv gptex2* figtex2* /bin/

Comments are closed.