Remove package manager section for Linux for 5.0 previews

1. This section does not indicate which distros it applies to. Eg., Ubuntu packages do not exist
2. Regardless, I understand from @dseefeld that the packages are not available yet for 5.0 previews so this won't work for any distro.

Is this the right edit? Is the rest correct? @rbhanda I assume you will make sure that the instructions are updated when we put out preview packages?
This commit is contained in:
Dan Moseley 2020-06-16 14:46:30 -07:00 committed by GitHub
parent 9689e07a8f
commit 29e37d6083
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,10 +58,6 @@ mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
export PATH=$PATH:$HOME/dotnet
```
## .NET Core Runtime-only installation
If only the .NET Core Runtime is needed, install `dotnet-runtime-5.0` using your package manager. If you also need ASP.NET Core functionality, installing `aspnetcore-runtime-5.0` will install both the Aspnetcore Runtime and .NET Core Runtime.
## Windows Server Hosting
If you are looking to host stand-alone apps on Servers, the following installer can be used on Windows systems.