Uninstall the Product |
After you stop the iServer service, follow these steps to complete uninstallation of SuperMap iServer on Linux (x64) systems:
(1) Locate the directory where the. deb file is located in command-line mode, for example: cd /home/map/SuperMap.
(2) Execute the following command to view the .deb file information to determine the package name:
dpkg-deb --info filename .deb
Execute the following command to uninstall the deb package, delete data, executable files, and all configuration files:
dpkg -P packagename
For example, if the packagename is iserver, execute the following command to uninstall the deb package
dpkg -P iserver