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:
-
Ensure that PC-lint Plus View server is completely stopped by running:
<PCLPVIEW_HOME>/bin/sqctl stop -
Delete <PCLPVIEW_DATA> folder that contains the data files (Installing PC-lint Plus View).
-
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.
-
Stop the container
docker stop <your-container> -
Remove the container
docker rm <your-container> -
Remove the image
docker rmi <your-image>:latest
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:
-
Ensure that PC-lint Plus View server is completely stopped by running:
<PCLPVIEW_HOME>\bin\stop.bat -
Delete <PCLPVIEW_DATA> folder that contains the data files (Installing PC-lint Plus View).
-
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. |