installer icon indicating copy to clipboard operation
installer copied to clipboard

Fedora 39 Installation Issues

Open liyojose opened this issue 1 year ago • 6 comments
trafficstars

Description

I am unable to install .net core 8 on my fedora 39 (Upgraded from 38)

image

Configuration

fedora 39 (Upgraded from 38)

.Net 5 Inatalled

image

Regression?

Other information

liyojose avatar Nov 25 '23 22:11 liyojose

Looks like 8.0 packages weren't published to Fedora https://packages.fedoraproject.org/search?query=dotnet (yet?).

rzikm avatar Nov 27 '23 09:11 rzikm

I assume/guess Fedora .NET 8 packages will be available for Fedora next week-ish.

Until then, I'm using the rc2 from the copr repo:

dnf copr enable @dotnet-sig/dotnet
dnf install dotnet-sdk-8.0

cc @omajid

tmds avatar Nov 27 '23 09:11 tmds

cc @leecow

rzikm avatar Nov 27 '23 10:11 rzikm

That's correct. The package review request is still open with the Fedora folk. (@adegeo since the docs indicate .NET 8 is available on Fed 39).

Because the Fedora install locations are a little different from the Microsoft packages (you can ready about that here), the best way to temporarily add .NET 8 is by using dotnet-install.sh.

leecow avatar Nov 27 '23 12:11 leecow

Add note that .NET 8 may not yet be available https://github.com/dotnet/docs/pull/38512

adegeo avatar Nov 29 '23 18:11 adegeo

.NET 8 package for Fedora is now available for testing: https://bodhi.fedoraproject.org/updates/FEDORA-2023-ada4de53b1

omajid avatar Dec 11 '23 23:12 omajid