Skip to content

Commit c79b3ad

Browse files
authored
Remove dependency note (#16705)
1 parent 7a4e2b5 commit c79b3ad

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

docs/core/install/linux-package-manager-opensuse15.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ sudo mv prod.repo /etc/zypp/repos.d/microsoft-prod.repo
3232
sudo chown root:root /etc/zypp/repos.d/microsoft-prod.repo
3333
```
3434

35-
## Dependency error with .NET Core 3.1
36-
37-
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.
38-
39-
```bash
40-
sudo zypper install https://packages.microsoft.com/opensuse/15/prod/dotnet-runtime-deps-3.1.0-opensuse.42-x64.rpm
41-
```
42-
4335
## Install the .NET Core SDK
4436

4537
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.
4840
sudo zypper install dotnet-sdk-3.1
4941
```
5042

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.
53-
>
54-
> ```bash
55-
> sudo zypper install https://packages.microsoft.com/opensuse/15/prod/dotnet-runtime-deps-3.1.0-opensuse.42-x64.rpm
56-
> ```
57-
5843
## Install the ASP.NET Core runtime
5944

6045
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
6348
sudo zypper install aspnetcore-runtime-3.1
6449
```
6550

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.
68-
>
69-
> ```bash
70-
> sudo zypper install https://packages.microsoft.com/opensuse/15/prod/dotnet-runtime-deps-3.1.0-opensuse.42-x64.rpm
71-
> ```
72-
7351
## Install the .NET Core runtime
7452

7553
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
7856
sudo zypper install dotnet-runtime-3.1
7957
```
8058

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.
83-
>
84-
> ```bash
85-
> sudo zypper install https://packages.microsoft.com/opensuse/15/prod/dotnet-runtime-deps-3.1.0-opensuse.42-x64.rpm
86-
> ```
87-
8859
## How to install other versions
8960

9061
[!INCLUDE [package-manager-switcher](./includes/package-manager-heading-hack-pkgname.md)]

0 commit comments

Comments
 (0)