For any detail regarding the .NETCore engine in Linux, please see Microsoft's link here: https://docs.microsoft.com/en-us/dotnet/core/install/linux?tabs=netcore30
Additionally to that, it might be your Linux installation needs to include some extra dependencies, below a list for some common Linux distro.
Ubuntu distributions
The following libraries shall be installed:
- liblttng-ust0
- libcurl3 (for 14.x and 16.x)
- libcurl4 (for 18.x)
- libssl1.0.0
- libkrb5-3
- libkrb5-3
- zlib1g
- libicu52 (for 14.x)
- libicu55 (for 16.x)
- libicu57 (for 17.x)
- libicu60 (for 18.x)
- libunwind8
- libuuid1
- libusb
CentOS and Fedora distributions
The following libraries shall be installed:
- lttng-ust
- libcurl
- openssl-libs
- krb5-libs
- libicu
- zlib
- libunwind
- libuuid
- libusb
ETS Inside server (Debian)
- Install Dotnet Core Runtime: https://dotnet.microsoft.com/download/linux-package-manager/debian9/runtime-current
-
Install Required Packages:
$ apt-get update
$ apt-get installlibicu57 zlib1g libkrb5-3 libuuid1 libssl1.0.2 libcurl3 libunwind8 libunwind8-dev gettext libicu-dev liblttng-ust-dev libcurl4-openssl-dev libssl-dev uuid-dev unzip