PrizmDoc v13.0 - Updated
Uninstall PrizmDoc on Linux
Get Started with PrizmDoc > 3 - Install Viewer Assets & PAS > Self-Hosted > Install PrizmDoc Viewer > Install on Linux > Uninstall PrizmDoc on Linux

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

  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:

# sudo apt-get remove prizm-contentconnect prizm-pas

Red Hat/CentOS:

# yum remove prizm-contentconnect prizm-pas

Generic Package:

This will also remove PrizmDoc Server if it is installed.

# rm -Rf /usr/share/prizm

  1. There will potentially be temporary files left behind. The same command to remove the generic package can be used to remove all remaining files. This will also remove PrizmDoc Server if it is installed.

# rm -Rf /usr/share/prizm