PrizmDoc v13.3 - Updated
Uninstall PrizmDoc on Linux
Get Started! > 2 - Install PrizmDoc Server (Enterprise only) > Install on Linux > Uninstall PrizmDoc on Linux

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

  1. Stop the service, depending upon where you installed. This will usually be:

# /usr/share/prizm/scripts/pccis.sh stop

  1. Next remove the installed files:

Ubuntu:

# sudo apt-get remove prizm-services.*

Red Hat/CentOS:

# yum remove prizm-services*

This will not properly execute if run in a directory with files matching the wildcard, for example, the /usr/share/prizm/ directory or the directory where the downloaded Prizm services .deb or .rpm files are located.

Generic Package:

Remove symbolic links to the fonts directory and update system fonts cache.

# rm /etc/fonts/conf.d/99-accusoft_prizm_fonts.conf
# fc-cache -f

This will also remove PrizmDoc Viewer 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 Viewer if it is installed.

# rm -Rf /usr/share/prizm