To install and use KasperskyOS Community Edition, you can use a Docker container in which an image of one of the supported operating systems is deployed.
To use a Docker container for installing KasperskyOS Community Edition:
docker pull debian:10.12
docker run --net=host --user root --privileged -it --rm debian:10.12 bash
/usr/sbin
directory to the PATH
environment variable within the container by running the following command:export PATH=/usr/sbin:$PATH
parted
program within the container. To do so, add the following string to /etc/apt/sources.list
:deb http://deb.debian.org/debian bullseye main
After this, run the following command:
sudo apt update && sudo apt install parted