Installing Dr.Web

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

1.Configure your device.

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

3.Connect to your device by SSH protocol.

4.Install certificates.

5.Install application.

Configuring Device

Before you copy and install certificates and 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. Screen with USB mode settings will display.

3.Tap Default USB mode.

4.In the list, select Developer mode.

Copy certificates and installation file

Connect your device to PC with USB cable.

To copy installation file, execute the following command 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.rpmis the path to installation file;

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

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

warning_green

We do not recommend that you change path for file copying.

On your next step, copy three certificates: DrWebBinaries-cert.der, DrWebPackages-cert.der и packages-cert-client.der. First two certificates are provided by Doctor Web, the last one can be requested through authorized OS Avrora representative.

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

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

where:

C:\path\to\file\name.der is the path to certificate;

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

warning_green

Execute the command for each of the three certificates. Each time change name.der to the name of a certificate.

Connecting to Device

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

To connect to the device, execute the following command on your PC:

ssh -p 22 nemo@192.168.2.15

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

Installing Certificates

You can install certificates only if you have root access.

warning_green

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

To get root access, execute the following command:

devel-su

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

Before installing, move all three certificates to a folder ima located in /etc/keys.

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

ls /etc/keys/ima

If response is

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

then 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 certificates to the created folder. To do so, execute this command:

cp /home/nemo/Downloads/name.der /etc/keys/ima

warning_green

Execute the command for each of the three certificates. Each time change name.der to the name of a certificate.

 

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

Installing Application

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

If you have not got root access while installing certificates, execute the following command:

devel-su

On password prompt, provide 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 App Grid.

warning_green

After successful installation 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.