
|
Deinstallation should be carried out under the superuser account (root).
|
To remove Dr.Web Enterprise Server:
1.Execute the following command:
For the Server under
|
Command
|
FreeBSD OS
|
pkg_delete drweb-esuite
|
Solaris OS
|
1.Stop the Server: /etc/init.d/drwcsd stop 2.Run the command: pkgrm DWEBesuit |
Linux OS
|
Debian
Ubuntu
|
dpkg –r drweb-esuite
|
rpm package
|
rpm –e drweb-esuite
|
generic package
|
/opt/drwcs/bin/drweb-esuite-uninstall.sh
|

|
Deinstallation can be interrupted at any time by sending any of the following signals to the process: SIGHUP, SIGINT, SIGTERM, SIGQUIT and SIGWINCH (on FreeBSD OS, changing the dimensions of the terminal window entails sending a SIGWINCH signal). Deinstallation should not be interrupted without necessity or it should be done as early as possible.
|
2.On Solaris OS, you will be asked to confirm that you really want to uninstall the software and agree to run the deinstallation scripts on behalf of the administrator (root). Enterprise Server software will be removed.

|
On FreeBSD OS and Linux OS, the Server operations will be immediately terminated, the database, key and configuration files will be copied to ${HOME}/drwcs/ (as a rule, it is /root/drwcs/) under Linux OS. Under FreeBSD OS, you will be requested to enter a path, by default it is /var/tmp/drwcs.
On the Solaris OS operating environment, after the Server has been removed, the database, key and configuration files will be copied to the /var/tmp/DrWebES folder.
|
To remove Dr.Web Browser-Plugin:
Execute the following command:
◆for deb packages: dpkg -P drweb-esuite-plugins
◆for rpm packages: rpm -e drweb-esuite-plugins
◆for other systems (tar.bz2 and tar.gz packages): rm -f <plugins_directory>/libnp*.so
For exmaple, for Mozilla Firefox browser:
rm -f /usr/lib/mozilla/plugins/libnp*.so
|