Kaspersky Standard | Plus | Premium

Managing the unpacker from the command line

The unpacker of the Kaspersky application supports the following commands.

Command line options

Command

Description

--help

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

./kaspl.run --help

--check

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

./kaspl.run --check

--allowuser

Allow the application to be run by an ordinary user.

./kaspl.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.

./kaspl.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.

./kaspl.run --noexec

--noprogress

Hide the unpacking indicator (quiet unpacking mode).

./kaspl.run --noprogress