Installing from Dr.Web Repository

Dr.Web for UNIX File Servers native packages are stored in the official Dr.Web repository at http://repo.drweb.com/drweb/. After you add the Dr.Web repository to the list of those used by your operating system package manager, you can install the product from native packages as you install any other programs from the operating system repositories. Required dependencies are automatically resolved.

All commands, mentioned below, for connecting repositories, import of digital signature keys, installation, and removal of packages, must be performed with administrative (root) privileges. To elevate the privileges, use the su command (change the current user) or the sudo command (execute the specified command with other user privileges).

Please note that for FreeBSD and Solaris, the product can be installed only from universal package.

Debian, Mint, Ubuntu (apt)

The repository for these operating systems is digitally signed. To enable correct operation, import a digital signature key using the following command:

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

or

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

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

deb http://repo.drweb.com/drweb/debian 10.1.0 non-free

Besides that, you can obtain the key automatically and connect to the repository of version 10.1.0 via downloading and installing a special DEB packet. Link to download the package: http://repo.drweb.com/drweb-repo10.deb.

To install Dr.Web for UNIX File Servers from the repository, use the following commands:

apt-get update
apt-get install drweb-file-servers

You can also use alternative package managers (for example, Synaptic or aptitude) to install the product. Moreover, it is recommended to use alternative managers, such as aptitude, to solve a package conflict if it occurs.

Red Hat Enterprise Linux, Fedora, CentOS (yum)

Add the file with the content mentioned below to the /etc/yum.repos.d directory:

For 32-bit version

[drweb]

name=DrWeb - 10.1.0

baseurl=http://repo.drweb.com/drweb/el5/10.1.0/i386/

gpgcheck=1

enabled=1

gpgkey=http://repo.drweb.com/drweb/drweb.key

For 64-bit version

[drweb]

name=DrWeb - 10.1.0

baseurl=http://repo.drweb.com/drweb/el5/10.1.0/x86_64/

gpgcheck=1

enabled=1

gpgkey=http://repo.drweb.com/drweb/drweb.key

Besides that, you can connect to the repository of version 10.1.0 via downloading and installing a special RPM packet. Link to download the package: http://repo.drweb.com/drweb-repo10.rpm.

To install Dr.Web for UNIX File Servers from the repository, use the following command:

yum install drweb-file-servers

You can also use alternative package managers (for example, PackageKit or Yumex) to install the product.