docs/start/envlinux.md
Please see "Supported architectures and operating systems for self-hosted runners."
The ./config.sh will check .Net Core 3.x dependencies during runner configuration.
You might see something like this which indicate a dependency's missing.
./config.sh
libunwind.so.8 => not found
libunwind-x86_64.so.8 => not found
Dependencies is missing for Dotnet Core 6.0
Execute ./bin/installdependencies.sh to install any missing Dotnet Core 6.0 dependencies.
You can easily correct the problem by executing ./bin/installdependencies.sh.
The installdependencies.sh script should install all required dependencies on all supported Linux versions
Note: The
installdependencies.shscript will try to use the default package management mechanism on your Linux flavor (ex.yum/apt-get/apt).
Debian based OS (Debian, Ubuntu, Linux Mint)
Fedora based OS (Fedora, Red Hat Enterprise Linux, CentOS, Oracle Linux 7)
SUSE based OS (OpenSUSE, SUSE Enterprise)