You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .NET Core 3.1 package feed for openSUSE has a problem with the **krb5** dependency. Use the following command to install the correct dependencies prior to installing .NET Core 3.1 or ASP.NET Core 3.1.
Update the products available for installation, then install the .NET Core SDK. In your terminal, run the following command.
@@ -48,13 +40,6 @@ Update the products available for installation, then install the .NET Core SDK.
48
40
sudo zypper install dotnet-sdk-3.1
49
41
```
50
42
51
-
> [!IMPORTANT]
52
-
> The .NET Core 3.1 package feed for openSUSE has a problem with the **krb5** dependency. Use the following command to install the correct dependencies, then install the .NET Core 3.1 SDK.
Update the products available for installation, then install the ASP.NET runtime. In your terminal, run the following command.
@@ -63,13 +48,6 @@ Update the products available for installation, then install the ASP.NET runtime
63
48
sudo zypper install aspnetcore-runtime-3.1
64
49
```
65
50
66
-
> [!IMPORTANT]
67
-
> The .NET Core 3.1 package feed for openSUSE has a problem with the **krb5** dependency. Use the following command to install the correct dependencies, then install the ASP.NET Core 3.1 runtime.
Update the products available for installation, then install the .NET Core runtime. In your terminal, run the following command.
@@ -78,13 +56,6 @@ Update the products available for installation, then install the .NET Core runti
78
56
sudo zypper install dotnet-runtime-3.1
79
57
```
80
58
81
-
> [!IMPORTANT]
82
-
> The .NET Core 3.1 package feed for openSUSE has a problem with the **krb5** dependency. Use the following command to install the correct dependencies, then install the .NET Core 3.1 runtime.
0 commit comments