| 
           Our cross-platform package
installation tool must be installed prior to installation of the
eval package. Root access is required to install the tool and the eval
packages. To install, download pkgutils-1.6.20.rpm.tar
and install as follows (assumes the file was downloaded to the
/tmp directory):
            $ /bin/su 
            # cd /tmp 
            # tar xf
pkgutils-1.6.20.rpm.tar 
            # rpm -Uv
TWWpkgutils16*.rpm 
           Package
installation
          To install the eval package and its dependencies: 
            $ /bin/su 
            # /opt/TWWfsw/bin/pkg-inst
--login=eval --password=eval \ 
            --depot=http://updates.thewrittenword.com --dist-ver=eval cvs tk 
           If a firewall is required for access to the Internet, the
"--proxy-host=<host:port>",
"--proxy-login=<login>", and
"--proxy-password=<pass>" options will be needed.
The "--proxy-host=<host:port>" option specifies the
hostname and port of the proxy (e.g.
--proxy-host=firewall:5053). If a login and password on
the firewall are necessary, the last two options must be used (e.g.
--proxy-login=firewall-login
--proxy-password=firewall-password). 
          Package
information
          To display notes about the package and changelog
information between previous releases and the current release: 
            $ /opt/TWWfsw/bin/pkg-info
--print=notes --print=changelog cvs tk 
           Package
removal
          To remove the eval package and its dependencies: 
            $ /bin/su 
            # /opt/TWWfsw/bin/pkg-rm
--add-all-packages 
          |