Uninstalling Dr.Web

Before removing the application, you need to configure your device, connect to your device by SSH protocol, and get root access.

Configuring Device

Before removing Dr.Web, 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.

Connecting to Device

On your next step, connect your device to PC with USB cable and configure SSH connection.

To configure SSH connection, 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.

You can remove Dr.Web only if you have root access. To get root access, execute the following command:

devel-su

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

Uninstalling the Application

To uninstall Dr.Web, execute the following command:

rpm -e name

where name is the name of the application.

warning_green

Do not specify the .rpm extension for the application name.