Install and Uninstall from Native Packages |
You can install Dr.Web for Kerio MailServer from native packages for common Linux distributions.
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.
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.
Debian, Ubuntu (apt)
wget -O - http://officeshield.drweb.com/drweb/drweb.key | apt-key add - or curl http://officeshield.drweb.com/drweb/drweb.key | apt-key add -
deb http://officeshield.drweb.com/drweb/debian stable non-free
apt-get update apt-get install drweb-kerio
apt-get remove drweb-kerio Alternatively, you can use graphical manager (e.g., Synaptic) to install or remove the packages.
Red Hat Enterprise Linux, Fedora, CentOS (yum)
[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
yum install drweb-kerio
yum remove drweb-kerio Alternatively, you can use graphical manager (e.g., PackageKit, Yumex) to install or remove the packages. SUSE Linux (Zypper)
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
zypper refresh zypper install drweb-kerio
zypper remove drweb-kerio Alternatively, you can use graphical manager (e.g., YaST) to install or remove the packages. |