PrizmDoc Viewer v13.8 - Updated
Uninstall on Linux
Administrator Guide (Self-Hosted) > Install PAS > Install on Linux > Uninstall on Linux

Uninstalling PAS on Linux

To uninstall PAS from your Linux system, perform the following steps:

Make sure you log in as root to the machine.

  1. Stop the service, depending upon where you installed. This will usually be:
/usr/share/prizm/pas/pm2/pas.sh stop

  1. Next remove the installed files:

Ubuntu:

apt-get remove prizm-contentconnect prizm-pas

Red Hat/CentOS:

yum remove prizm-contentconnect prizm-pas

Generic Package:

rm -rf /usr/share/prizm/LocalFileViewer
rm -rf /usr/share/prizm/Samples/Documents
rm -rf /usr/share/prizm/Samples/FormDefinitions
rm -rf /usr/share/prizm/Samples/imageStamp
rm -rf /usr/share/prizm/Samples/jsp
rm -rf /usr/share/prizm/Samples/markup
rm -rf /usr/share/prizm/Samples/markupLayerRecords
rm -rf /usr/share/prizm/Samples/php
rm -rf /usr/share/prizm/Samples/viewingPackages
rm -rf /usr/share/prizm/viewer
rm -rf /usr/share/prizm/pas

NOTE: There may be temporary files left behind, like log and cache files, because they are not part of the installation packages. You may leave the temporary files or review them before deleting them.