Managing the unpacker from the command line

The unpacker of Kaspersky Virus Removal Tool supports the following commands.

Command line options

Command

Description

--help

Display unpacker command help. This does not start the application.

./kvrt.run --help

--check

Check the integrity of the kvrt.run application file. The unpacker checks if the file is damaged or modified.

./kvrt.run --check

--allowuser

Allow the application to be run by an ordinary user.

./kvrt.run --allowuser

--target <directory_path>

Specify a directory for unpacking temporary files. The directory must not exist. If you specified the directory for unpacking temporary files manually, the application does not delete the directory after the application is closed. You must delete the temporary directory manually.

./kvrt.run --target /tmp/folder/

By default, the application places its files in the /tmp/<random_character_sequence> directory.

--noexec

Do not run the application after unpacking.

./kvrt.run --noexec

--noprogress

Hide the unpacking indicator (quiet unpacking mode).

./kvrt.run --noprogress

Page top