Installation and removal
July 30, 2024
ID 200550
Installation
You are advised to use the apt
package installer to install the Kaspersky IoT Secure Gateway 1000 SDK and images used for developing programs for a Kaspersky IoT Secure Gateway 1000 system.
If you want to install and use Kaspersky IoT Secure Gateway 1000 SDK on the Ubuntu 24.04 operating system, then before installing Kaspersky IoT Secure Gateway 1000 SDK you need to download and install the following dependency packages:
To install the Kaspersky IoT Secure Gateway 1000 SDK deb packages using apt
, run the following command with root privileges:
$ apt install <path-to-deb-packages>/kasperskyos-sdk-kisg-*
If you run the command in the same directory that contains the deb package, specify the current directory ./
before the name of the deb package. Otherwise, the apt
package installer will search for the deb package in the package repository instead of in the current directory.
The deb packages are installed in the directory /opt/KasperskyOS-SDK-KISG-Platform-<version>
.
If you use the apt
package installer with the --no-install-recommends
parameter or unpack deb packages by using the dpkg -i
command, the recommended packages will not be installed and you will not be able to debug programs. To enable debugging, you must install the recommended libpython2.7
package in advance. If you use the dpkg -i
command, you will also have to manually download and install the required dependencies by running the apt install -f
command with root privileges.
For convenient operation, the path to the executable files of the Kaspersky IoT Secure Gateway 1000 SDK tools can be added to the PATH
variable. This will allow you to use the tools via the terminal from any directory:
$ export PATH=$PATH:/opt/KasperskyOS-SDK-KISG-Platform-<version>/toolchain/bin
Removal
To remove the Kaspersky IoT Secure Gateway 1000 SDK and Kaspersky IoT Secure Gateway 1000 program development images, run the following command with root privileges:
$ apt remove kasperskyos-sdk-kisg-*
All installed files in the /opt/KasperskyOS-SDK-KISG-Platform-<version>
directory will be deleted.