To install the Key Server and read the installed on-line documentation, enter these commands at the Linux command line:
tar zxvf keyserver-1.04.tar.gz
cd keyserver-1.04
perl Makefile.PL
make
su
make install
<ctrl-D>
man keyserver
The above commands install the Key Server within the ``bin'' directory of the user performing the installation. Note the requirement to use superuser privilege to perform the ``make install'' step.