Skip to content

Commit b55190b

Browse files
franc00018JRAlexander
authored andcommitted
Update linux-prerequisites.md (dotnet#4034)
added Ubuntu 17.10 apt source and updated 2.x version in apt-get statement
1 parent 8a5c7b7 commit b55190b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/core/linux-prerequisites.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,12 @@ For Red Hat .NET channel access registration help, see [Chapter 1 of the .NET Co
209209

210210
3. Set up the desired version host package feed.
211211

212+
**Ubuntu 17.10**
213+
214+
```bash
215+
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-artful-prod artful main" > /etc/apt/sources.list.d/dotnetdev.list'
216+
sudo apt-get update
217+
```
212218
**Ubuntu 17.04**
213219

214220
```bash
@@ -233,7 +239,7 @@ For Red Hat .NET channel access registration help, see [Chapter 1 of the .NET Co
233239
4. Install .NET Core.
234240

235241
```bash
236-
sudo apt-get install dotnet-sdk-2.0.0
242+
sudo apt-get install dotnet-sdk-2.1.3
237243
```
238244

239245
4. Run the `dotnet --version` command to prove the installation succeeded.

0 commit comments

Comments
 (0)