Skip to content

Installing Linux Target Systems

Coming soon...

Dependencies

Various Streaming Integration Platform components have dependencies on one or more packages, including

  • dotnet-runtime-8.0
  • hostname
  • iproute
  • openssl
  • policycoreutils
  • policycoreutils-python-utils

Generally our installation packages will install these dependencies if they are not present, but it's better to install them ahead of time. You can do so using the following command:

sudo dnf install -y dotnet-runtime-8.0 hostname iproute openssl policycoreutils policycoreutils-python-utils