dotnet / core

.NET news, announcements, release notes, and more!
https://dot.net
MIT License
20.96k stars 4.91k forks source link

Installation .Net Core on Debian 11 32-bit #4595

Open DragonZX opened 4 years ago

DragonZX commented 4 years ago

I have an production gaming server using Debian 11 (Bullseye) i386 (steamcmd and some issues reasons), In that case I need to compile one of tools using .Net Core 3.1 for it. Unfortunatly I haven't found any microsoft repository for it or any compilation instructions.

dagood commented 4 years ago

To my knowledge Microsoft doesn't support .NET Core on linux-x86, but there is a thread over at https://github.com/dotnet/source-build/issues/1235 where some people are trying to build the SDK from source, and https://github.com/dotnet/runtime/issues/7335 for just the runtime.

mairaw commented 4 years ago

The supported versions and architectures are listed at https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&pivots=os-linux

/cc @leecow