Skip to content

Commit

Permalink
Add command to symlink repo file (#18106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thraka authored Apr 29, 2020
1 parent a861fe2 commit 663de2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/core/install/linux-package-manager-sles15.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Open a terminal and run the following command.
sudo rpm -Uvh https://packages.microsoft.com/config/sles/15/packages-microsoft-prod.rpm
```

Currently, the SLES 15 Microsoft repository setup package installs the *microsoft-prod.repo* file to the wrong directory, preventing zypper from finding the .NET Core packages. To fix this problem, create a symlink in the correct directory.

```bash
sudo ln -s /etc/yum.repos.d/microsoft-prod.repo /etc/zypp/repos.d/microsoft-prod.repo
```

## Install the .NET Core SDK

Update the products available for installation, then install the .NET Core SDK. In your terminal, run the following command.
Expand Down

0 comments on commit 663de2b

Please sign in to comment.