Installation
KasperskyOS Community Edition is distributed as a DEB package. It is recommended to use the apt
package installer to install KasperskyOS Community Edition.
To deploy the package using apt
, run the following command with root privileges:
$ apt installĀ <path-to-deb-package>
The package will be installed in /opt/KasperskyOS-Community-Edition-<version>
.
For convenient operation, you can add the path to the KasperskyOS Community Edition tools binaries to the PATH
variable. This will allow you to use the tools via the terminal from any folder:
$ export PATH=$PATH:/opt/KasperskyOS-Community-Edition-<version>/toolchain/bin
Removal
To remove KasperskyOS Community Edition, run the following command with root privileges:
$ apt remove --purge kasperskyos-community-edition
All installed files in the /opt/KasperskyOS-Community-Edition-<version>
directory will be deleted.