dotnet / dotnet/sdk

Fedora 42 package in DNF does not install correctly

Open
#52,541 0 comments 0 reactions 0 assignees View on GitHub
Area-Install untriaged
Dominant language
C#
Stars
3.2k
Forks
1.3k
PR merge metrics
PR metrics pending

Description

### Describe the bug
A clear and concise description of what the bug is.
Try to run a .NET 9.0 project in Fedora 42, yesterday it works, today not.

The error shows that I have installed .Net 10 but not .Net 9.0.
Check /usr/lib64/dotnet confirms there are not 9 version.
Check dnf installed packages, it shows that I have installed sdk 9.0 and 10, but it does not work.
Proceed to uninstall all the packages (maybe sdk 10 overwrites sdk 9.0).
Now dotnet command does not even work, only work the --help --info args.
Check /usr/lib64/dotnet the installed options look even worst than when I start tracking the error.
Try running command and installing manually, same result.

### To Reproduce

Simply run:

`
sudo dnf install dotnet-sdk-9.0 &&
dotnet --version &&
dotnet --help &&
dotnet --info
`

### Exceptions (if any)
No exceptions

### Further technical details
details of dotnet --info

Image

- IDE
NVIM v0.12.0-dev-408+gcd9d8469b2
Build type: RelWithDebInfo
LuaJIT 2.1.1744317938
Run "nvim -V1 -v" for more info

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.