Uninstalling PC-lint Plus View

Linux

There is no deinstallation script for PC-lint Plus View server on Linux. In order to completely remove PC-lint Plus View server from your system, do as follows:

  1. Ensure that PC-lint Plus View server is completely stopped by running:

    <PCLPVIEW_HOME>/bin/sqctl stop
  2. Delete <PCLPVIEW_DATA> folder that contains the data files (Installing PC-lint Plus View).

  3. Delete <PCLPVIEW_HOME> folder that contains the application files (Installing PC-lint Plus View).

You can also identify these locations by looking at <PCLPVIEW_HOME>/config.xml file, as described in Understanding the config.xml file.

Windows

There is no deinstallation script for PC-lint Plus View server on Windows. In order to completely remove PC-lint Plus View server from your system, do as follows:

  1. Ensure that PC-lint Plus View server is completely stopped by running:

    <PCLPVIEW_HOME>\bin\stop.bat
  2. Delete <PCLPVIEW_DATA> folder that contains the data files (Installing PC-lint Plus View).

  3. Delete <PCLPVIEW_HOME> folder that contains the application files (Installing PC-lint Plus View).

You can also identify these locations by looking at <PCLPVIEW_HOME>/config.xml file, as described in Understanding the config.xml file.

Docker

To effectively stop and remove the container with the image you can use the commands below.

  1. Stop the container

    docker stop <your-container>
  2. Remove the container

    docker rm <your-container>
  3. Remove the image

    docker rmi <your-image>:latest