Installation and removal
Installation
KasperskyOS Community Edition is distributed as a DEB package. It is recommended to use the gdebi
package installer to install KasperskyOS Community Edition.
To deploy the package using gdebi
, run the following command with root privileges:
$ gdebi <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:
$ sudo apt-get remove --purge kasperskyos-community-edition
All installed files in the /opt/KasperskyOS-Community-Edition-<version>
directory will be deleted.