-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Fedora 37 #7467
Comments
Fedora 37 was released earlier this week: https://fedoramagazine.org/announcing-fedora-37/ |
Are there any updates on this? Fedora is a widely used distro. It would be great to have official support |
As a workaround, the following gets you going on Fedora 37 sudo ./dotnet-install.sh --channel 7.0 --install-dir /usr/lib64/dotnet |
Thank you @danielmarbach. If anyone else is like me, I like a "fire and forget" installation, where it keeps being updated with the rest of packages in the system. Does this script do that? Or is it a binary installation that we need to remember to update and/or replace with proper dnf installation when that is available? Thanks |
@AlirezaHaghshenas it is unfortunately a binary installation that requires updates. The good thing though is that it pulls latest 7 binaries and since versions can live side by side you kind of get latest everytime you execute it. So as long as it is not available on dnf having this executed periodically might keep you reasonably up to date |
Fedora 37 itself is "supported" in the sense that .NET packages are available for it. Speaking as one of the Fedora .NET maintainers, we spend quite a bit of time making sure .NET works well on it (in collaboration with the upstream .NET maintainers here on GitHub). If you are asking about .NET 7 in particular, we are trying to add it to Fedora (36 and later). It's stuck in Package Review blocked on a number of currently unresolved licensing questions. I don't think there are any technical issues here, though. Just some licensing/legal issues that need to be sorted out. And it's all blocked on Fedora's side :( |
Thank you @omajid I found that thread. I wish there was a way for us to help accelerate that. |
By the way, given how awesome VsCode is in working with a container, I was able to just run the .net 7 SDK image with a folder mapped to my project, and boom!! I have build, debug, intellisense.
|
Is this issue still current @rbhanda? |
Fedora 37 reached EOL on 2023-12-05 |
Fedora Linux 37 reached end-of-life (EOL) on December 5, 2023. Resolving. |
This issue is created to track progress for the work to enable Fedora 37 support for .NET Core 3.1 and .NET 6.0
Product and Test updates
Release team:
Document updates:
The text was updated successfully, but these errors were encountered: