-
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
Cannot install .NET Core SDK 2.1 on Fedora 32 #4655
Comments
I think I know why this happens. Fedora 32 includes .NET Core 3.1 in the default repositories. You can On Fedora 31, you had installed the .NET Core 2.1 packages, using the Microsoft repository. When you upgraded, all the .NET Core packages were upgraded. Now you have a mix of packages. the packages with
The I think you have a couple of options on how to fix this.
|
@omajid thanks for the quick reply! As I needed 2.1 for the current project went with option 2 without any problems. Many thanks again :) |
Cannot install .NET Core SDK 2.1 on Fedora 21
General
Upgrading from Fedora 31 to 32
dotnet
stopped working giving the following error:Package seems to be installed:
dotnet-sdk-3.1
was successfully installed and running indeed:Also tried to remove package and install it again, but that didn't changed anything.
The text was updated successfully, but these errors were encountered: