Install and Uninstall from Native Packages

You can install Dr.Web for Kerio MailServer from native packages for common Linux distributions.

 

Внимание!

Installation from native packages can be performed only for Kerio Connect 7.0 or higher version.

 

All packages are located in the Dr.Web official repository http://officeshield.drweb.com/drweb/. Once you have added the repository to the package manager of your system, you can install, update or remove necessary packages like any other program from repository. All dependencies will be resolved automatically.

 

Внимание!

After installing from repository, automatic post-install script for installing license key file will not be initiated. Licence key file must be copied manually. You need to restart all Dr.Web services after updating from repository for the updates to take effect.

 

Below you can find the detailed instructions on how to add Dr.Web repository to supported package managers and install Dr.Web for Kerio MailServer  using console.

 

Внимание!

All commands for adding repositories, importing keys, installing and removing packages described below must be ran with administrator (root) privileges.

 

Debian, Ubuntu (apt)

1.Debian repository is signed by the digital key. For correct operation you need to import the key using on of the following commands:

wget -O - http://officeshield.drweb.com/drweb/drweb.key | apt-key add -

or

curl http://officeshield.drweb.com/drweb/drweb.key | apt-key add -

2.To add the repository to you system, add the following line to /etc/apt/sources.list file:

deb http://officeshield.drweb.com/drweb/debian stable non-free

3.To install Dr.Web for Kerio MailServer, execute the following commands:

apt-get update

apt-get install drweb-kerio

4.To uninstall Dr.Web for Kerio MailServer, execute the following command:

apt-get remove drweb-kerio

Alternatively, you can use graphical manager (e.g., Synaptic) to install or remove the packages.

 

Внимание!

Please note, that after installation from native packages, drwebd.enable file will be located in the following directories:

/etc/defaults – for deb packages
/etc/sysconfig – for rpm packages

 

Red Hat Enterprise Linux, Fedora, CentOS (yum)

1.Add the file with following content to the /etc/yum.repos.d directory:

[drweb]

name=DrWeb - stable

baseurl=http://officeshield.drweb.com/drweb/

el5/stable/i386/

gpgcheck=1

enabled=1

gpgkey=http://officeshield.drweb.com/drweb/

drweb.key

2.To install Dr.Web for Kerio MailServer, execute the following command:

yum install drweb-kerio

3.To uninstall Dr.Web for Kerio MailServer, execute the following command:

yum remove drweb-kerio

Alternatively, you can use graphical manager (e.g., PackageKit, Yumex) to install or remove the packages.

SUSE Linux (Zypper)

1.To add the repository, run the following command:

zypper ar -t YUM http://officeshield.drweb.com/drweb/el5/stable/i386/ drweb

or

zypper ar -t YUM http://officeshield.drweb.com/drweb/el5/stable/x86_64/ drweb

2.To install Dr.Web for Kerio MailServer, execute the following commands:

zypper refresh

zypper install drweb-kerio

3.To uninstall Dr.Web for Kerio MailServer, execute the following command:

zypper remove drweb-kerio

Alternatively, you can use graphical manager (e.g., YaST) to install or remove the packages.