installer icon indicating copy to clipboard operation
installer copied to clipboard

Create debian packages for armhf architecture

Open sensslen opened this issue 4 years ago • 3 comments

I don't see why debian packages are only generated and supported for x64 architecture. We are using .net on a raspberry pi and would love to be able to simply apt install dotnet.

Is there any reason for not generating these packages? Unfortunately I was not able to locate where the packages are built.

sensslen avatar Nov 23 '21 12:11 sensslen

Look This https://docs.microsoft.com/zh-cn/dotnet/core/install/linux-debian Package manager installs are only supported on the x64 architecture. Other architectures, such as ARM, must install .NET by some other means such as with Snap, an installer script, or through a manual binary installation.

So,you can try https://docs.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#scripted-install

eveloki avatar Nov 26 '21 08:11 eveloki

I know about these alternate methods of installation. Unfortunately neither does install dependencies… so in fact I have to manually install the dependencies or build a Debian package on my own. This is what I‘m currently doing. What I don‘t understand: why do you restrict package distribution to x64? Is there any chance that this might change? Could you give me a hint where the packages are built, so I can evaluate using a similar procedure to build the packages for arm?

thanks

sensslen avatar Nov 26 '21 17:11 sensslen

Any news on this?

sensslen avatar Jan 21 '22 08:01 sensslen

Old issue triage: I don't believe there are any plans for additional packages for this @richlander @MichaelSimons

marcpopMSFT avatar Jul 09 '24 20:07 marcpopMSFT

There are currently no plans - cc @ashnaga

MichaelSimons avatar Jul 09 '24 21:07 MichaelSimons

As suggested, we have no plans to offer this. You can install binaries directory or use the install script.

richlander avatar Jul 09 '24 22:07 richlander