Or you can install Adobe's Acrobat reader:
gunzip -c linux-506.tar.gz | tar xvf - su ./INSTALL
/usr/local/Acrobat5/bin/acroread
In order to run Acrobat Reader on a Red Hat 8.0 system, you may need to set your LANG variable to C before running Acrobat Reader:
LANG=C export LANG acroread
You might want to put the LANG=C into your .bashrc file.
The next sections illustrate how to display PostScript files and how to convert the PostScript files to PDF format and vice versa.
ps2pdf infile.ps outfile.pdf
pdf2ps infile.pdf outfile.ps
Linux Quick Reference Home
Linux Migration Home