question

habe-7524 avatar image
2 Votes"
habe-7524 asked PrzemysawKaczmarski-2406 answered

About .net installation on Debian 11

The other day, Debian 11 (bullseye) was officially released.

The following repository provided when installing ASP .net core is not prepared for Debian 11.

https://packages.microsoft.com/debian/

When will Debian 11 be supported?

dotnet-aspnet-core-general
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

RobThree avatar image
0 Votes"
RobThree answered

It appears the bullseye package source has been added (https://packages.microsoft.com/debian/11/prod) so you should be able to change the /etc/apt/sources.list.d/microsoft-prod.list to:

 deb [arch=amd64,armhf,arm64] https://packages.microsoft.com/debian/11/prod bullseye main

However, sudo apt-get install -y dotnet-sdk-5.0 returns:

 Reading package lists... Done
 Building dependency tree... Done
 Reading state information... Done
 E: Unable to locate package dotnet-sdk-5.0
 E: Couldn't find any package by glob 'dotnet-sdk-5.0'
 E: Couldn't find any package by regex 'dotnet-sdk-5.0'

So I don't think it's quite ready.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

PrzemysawKaczmarski-2406 avatar image
0 Votes"
PrzemysawKaczmarski-2406 answered

it's working now!

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.