Installing Dr.Web

Dr.Web can be installed manually or by means of the Aurora Center application.

Manual installation of Dr.Web

To install Dr.Web, you need to do the following:

1.Configure your device.

2.Copy certificate and installation file from PC to your device.

3.Connect to your device by SSH protocol.

4.Install certificate.

5.Install application.

Device configuration

Before you copy and install the certificate and the installation file, allow remote connection and configure USB connection.

To allow remote connection

1.Tap the system_settings icon on App Grid. Settings menu will display.

2.In the System section, select Developer tools.

3.On the next screen, tap the Remote connection field.

4.Set password.

5.Tap Save.

To configure USB connection

1.Tap the system_settings icon on App Grid. Settings menu will display.

2.In the Connectivity section, select USB. A screen with USB mode settings will display.

3.Tap Default USB mode.

4.In the list, select Developer mode.

Copy certificate and installation file

Connect your device to a PC with a USB cable.

To copy the installation file, execute the following command in the command line on your PC:

scp -p 22 C:\path\to\file\name.rpm nemo@192.168.2.15:/home/nemo/Downloads

where:

C:\path\to\file\name.rpm is the path to the installation file;

/home/nemo/Downloads/ is the path where the file will be copied.

On password prompt, enter the password you set while configuring your device.

warning_green

Changing the path for file copying is not recommended.

On your next step, copy the DrWebBinaries-cert.der certificate provided by Doctor Web.

To copy the certificate, execute the following command on your PC:

scp -p 22 C:\path\to\file\DrWebBinaries-cert.der nemo@192.168.2.15:/home/nemo/Downloads

where:

C:\path\to\file\DrWebBinaries-cert.der is the path to the certificate.

/home/nemo/Downloads/ is the path where the certificate will be copied.

Connecting to device

On your next step, connect to the device by SSH protocol.

To connect to the device, execute the following command in a new command line window on your PC:

ssh -p 22 nemo@192.168.2.15

On password prompt, enter the password you set while configuring your device.

Installing certificate

You can install the certificate only if you have root access.

warning_green

Execute all of the following commands in the same window you opened to configure the device.

To get root access, execute the following command:

devel-su

On password prompt, enter the password you set while configuring your device.

Before installing, move the certificate to the ima folder located in /etc/keys.

To make sure you have the folder on your device, execute the following command:

ls /etc/keys/ima

If the response is

ls: cannot access /etc/keys/ima: No such file or directory

, that means that there is no such folder on the device and you need to create it.

To create the folder, execute the following commands:

mkdir /etc/keys

mkdir /etc/keys/ima

On your next step, move the certificate to the created folder. To do so, execute this command:

cp /home/nemo/Downloads/DrWebBinaries-cert.der /etc/keys/ima

warning_green

Restart the device after installing the certificate so that the application opens and works properly.

Installing application

You can install the application only if you have root access.

If you did not get root access while installing the certificate, execute the following command:

devel-su

On password prompt, enter the password you set while configuring your device.

On you next step, go to the folder where you have copied the installation file by executing this command:

cd /home/nemo/Downloads/

To install the app, execute the following command:

rpm -ivh name.rpm

where: name.rpm is the name of the installation file.

After you finish the installation, Dr.Web will appear in the list of applications on Home screen.

Installation of Dr.Web through Aurora Center

Dr.Web can be installed by the administrator of the Management Platform through the Aurora Center application.

Before installing Dr.Web, make sure that the mobile device has been activated on the server. If the activation has been performed, the Management Platform administrator can distribute the required policies on the device. As a result, the app will be installed automatically.

Once the installation process is completed, information on the result of the operation will be displayed in Aurora Center. If the app was installed successfully, Dr.Web will appear on the list of applications.

warning_green

After successful installation by either method you need to restart the device so that the application opens and works properly.

For further operation, you need to activate a paid or demo license.