dotnet-core/release-notes/3.0/preview/3.0.0-preview4-download.md
Omair Majid 0f9b92c251 Use export PATH=$PATH:$HOME/dotnet consistently
The old variant, export PATH=$HOME/dotnet would remove the existing
entries (like /bin) from PATH. Lets not do that. Lets always append to
PATH.

See #2797 and #2498
2019-06-06 10:36:22 -04:00

119 lines
14 KiB
Markdown
Executable file

# .NET Core 3.0.0 Preview 4
.NET Core 3.0.0 Preview 4 comprises:
* .NET Core Runtime 3.0.0-preview4-27615-11
* ASP.NET Core 3.0.0-preview4-19216-03
* .NET Core SDK 3.0.100-preview4-011223
See the [Release Notes](release-notes) for details about what is included in this update.
| | SDK Installer<sup>1</sup> | SDK Binaries<sup>1</sup> | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |
| --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: |
| Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [ARM][dotnet-sdk-win-arm.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [ARM][dotnet-runtime-win-arm.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [ARM][aspnetcore-runtime-win-arm.zip] \| <br> [Hosting Bundle][dotnet-hosting-win.exe]<sup>2</sup> |
| macOS | [x64][dotnet-sdk-osx-x64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] | [x64][aspnetcore-runtime-osx-x64.tar.gz]<sup>1</sup>
| Linux | [See installations steps below][linux-install] | [x64][dotnet-sdk-linux-x64.tar.gz] \| [ARM][dotnet-sdk-linux-arm.tar.gz] \| [ARM64][dotnet-sdk-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | - | [x64][dotnet-runtime-linux-x64.tar.gz] \| [ARM][dotnet-runtime-linux-arm.tar.gz] \| [ARM64][dotnet-runtime-linux-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz]<sup>1</sup> \| [ARM][aspnetcore-runtime-linux-arm.tar.gz]<sup>1</sup> \| [ARM64][aspnetcore-runtime-linux-arm64.tar.gz] \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz]<sup>1</sup> |
| RHEL6 | - | [x64][dotnet-sdk-rhel.6-x64.tar.gz] | - | [x64][dotnet-runtime-rhel.6-x64.tar.gz] | - |
| Checksums | [SDK][checksums-sdk] | - | [Runtime][checksums-runtime] | - | - |
| Symbols | - | - | [Runtime][coreclr-symbols.zip] \| [Shared Framework][corefx-symbols.zip] \| [Setup][core-setup-symbols.zip] | - | - |
1. Includes the .NET Core and ASP.NET Core Runtimes
2. For hosting stand-alone apps on Windows Servers. Includes the ASP.NET Core Module for IIS and can be installed separately on servers without installing .NET Core runtime.
## Docker
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Details on our Docker versioning and how to work with the images can be seen in ["Staying up-to-date with .NET Container Images"](https://devblogs.microsoft.com/dotnet/staying-up-to-date-with-net-container-images/).
## Installing .NET Core on Linux
### Install using Snap
Snap is the preferred way to install and try .NET Core Previews on [Linux distributions that support Snap](https://docs.snapcraft.io/installing-snapd/6735).
After configuring Snap on your system, run the following command to install the .NET Core SDK 3.0 Preview.
`sudo snap install dotnet-sdk --beta --classic`
When .NET Core in installed using the Snap package, the default .NET Core command is `dotnet-sdk.dotnet`, as opposed to just `dotnet`. The benefit of the namespaced command is that it will not conflict with a globally installed .NET Core version you may have. This command can be aliased to `dotnet` with:
`sudo snap alias dotnet-sdk.dotnet dotnet`
Some distros require an additional step to enable access to the SSL certificate. See [Linux Setup](https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md) for details.
### Installation from a binary archive
Installing from the Snap package detailed above is recommended or you can install from binary archive, if that better suits your needs. When using binary archives to install, the contents must be extracted to a user location such as `$HOME/dotnet`, a symbolic link created for `dotnet` and a few dependencies installed. Dependency requirements can be seen in the [Linux System Prerequisites](https://github.com/dotnet/core/blob/master/Documentation/linux-prereqs.md) document.
```bash
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
export PATH=$PATH:$HOME/dotnet
```
## Windows Server Hosting
If you are looking to host stand-alone apps on Servers, the following installer can be used on Windows systems.
### Windows
You can download the Windows Server Hosting installer and run the following command from an Administrator command prompt:
* [dotnet-hosting-3.0.0-preview4-19216-03-win.exe][dotnet-hosting-win.exe]
This will install the ASP.NET Core Module for IIS.
[blob-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/Runtime/
[blob-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/
[release-notes]: https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0.0-preview4-27615-11/3.0.0-preview4-27615-11.md
[dotnet-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/98225b75-8507-490a-a040-335d1728fc0a/537c5d8f548241dfac27ee1f98551e67/dotnet-runtime-3.0.0-preview4-27615-11-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/79dafd9e-e037-4c49-8979-8add58ba3070/46259d42ab44f7c315b97186cfd375c1/dotnet-runtime-3.0.0-preview4-27615-11-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/7c6eb3b5-9a32-443f-a453-44053500693f/73e29ee1e2e8bf0ce940bfb74df9ac00/dotnet-runtime-3.0.0-preview4-27615-11-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/797ab375-f427-4007-b17f-9ded29676b97/8e4103e31098287612100dd63b7b9315/dotnet-runtime-3.0.0-preview4-27615-11-linux-x64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/f7c8b865-335d-4d12-be45-d9eec74ccc18/40e5c5be673e47367e670edccb101e43/dotnet-runtime-3.0.0-preview4-27615-11-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/49d3a3a0-97ec-4e67-ba04-7f7d1e4a018e/db1b4328863a284aaeaa53a86934233b/dotnet-runtime-3.0.0-preview4-27615-11-osx-x64.tar.gz
[dotnet-runtime-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/6c999d0f-e4f0-40af-9fd5-c680b5f89abe/d9ab03249daca4db5fa3cd66ce659a8f/dotnet-runtime-3.0.0-preview4-27615-11-rhel.6-x64.tar.gz
[dotnet-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/ec7cf290-05b1-4fe5-b6f0-ca2042346432/94dcf57fc2c5da65bf19b0933ecac923/dotnet-runtime-3.0.0-preview4-27615-11-win-arm.zip
[dotnet-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/2c5e986f-63c1-410b-966a-d72760744fd3/ed26fd610b292c87ddcf91b957ebe041/dotnet-runtime-3.0.0-preview4-27615-11-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/320aebf9-d012-4bc5-8730-d336ad27c27d/e17e568694adc894b366e176f7a3e660/dotnet-runtime-3.0.0-preview4-27615-11-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/71da16e7-cec4-4d64-a50e-1046289bc9b3/7bdd0a9ac4e45e1043398fbf151c6070/dotnet-runtime-3.0.0-preview4-27615-11-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/a7f9a7fb-cc78-48bc-93e1-120fea7964f9/ab6bf079a404aff058c756e6e91a5f7d/dotnet-runtime-3.0.0-preview4-27615-11-win-x86.zip
[aspnetcore-runtime-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0c4d44a8-3ccd-45f4-994f-ea93008226eb/c4088c9872670837bb2fa55162fd5c77/aspnetcore-runtime-3.0.0-preview4-19216-03-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/cfa0ebe9-c4f8-4e1c-b777-57a5e0d66bb7/5344f7c1fdab4400102b46e04c2eff3b/aspnetcore-runtime-3.0.0-preview4-19216-03-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/4c88d509-2236-40e5-9797-3e6681ed278d/3011a1d03fd89eed089bd3ce44baa6b9/aspnetcore-runtime-3.0.0-preview4-19216-03-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/efe3f589-6a9e-4c05-95ca-a514188d048a/b81d36316bc4406efd37df0419691208/aspnetcore-runtime-3.0.0-preview4-19216-03-linux-x64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/c7d3a630-4c69-47bd-b4af-654e77514d20/6b15853d4c0e45637e01b37983652cc9/aspnetcore-runtime-3.0.0-preview4-19216-03-osx-x64.tar.gz
[aspnetcore-runtime-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/06f50bbd-1a2a-4cfd-ba58-3dd5e573cd2b/e94ff22b6065272fa5499649a64b2e45/aspnetcore-runtime-3.0.0-preview4-19216-03-win-arm.zip
[aspnetcore-runtime-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/6963b6d0-6335-48c9-8bd5-8e418ce9df27/7412bc71723b27c40667b082533f6e99/aspnetcore-runtime-3.0.0-preview4-19216-03-win-x64.exe
[aspnetcore-runtime-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/8cd7ca69-40cc-461f-ae97-d50d73b424f4/39638454092a873e5680af2d7e496373/aspnetcore-runtime-3.0.0-preview4-19216-03-win-x64.zip
[aspnetcore-runtime-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/8c1dad0a-4f29-41c2-9f73-f6339f80d127/a75e7316bf4dfa497992ddc22c5cae05/aspnetcore-runtime-3.0.0-preview4-19216-03-win-x86.exe
[aspnetcore-runtime-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/709aa675-f1ca-4efe-80c8-67795696c882/c6c59a222f722b9c755e6b5662133c95/aspnetcore-runtime-3.0.0-preview4-19216-03-win-x86.zip
[dotnet-hosting-win.exe]: https://download.visualstudio.microsoft.com/download/pr/1a4373cf-d4ed-4aa7-b3e1-49f5ddb9cb22/f410589b3d4ddd4f0bca9a466bb64ce3/dotnet-hosting-3.0.0-preview4-19216-03-win.exe
[dotnet-sdk-linux-arm.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/549f71f9-ba29-476d-8e15-b450f7ba2504/59825a1fcc5aa35344e4f44b2e9f94db/dotnet-sdk-3.0.100-preview4-011223-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/39601b46-a250-46c3-92f0-68493e07fe5c/3bc40cf7868dcdd05ce353e253fd266c/dotnet-sdk-3.0.100-preview4-011223-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/ab4af538-7d1b-402e-85e2-ec0e8cde3c4e/fe8367f401f7f7125c1f0e0332a04e0d/dotnet-sdk-3.0.100-preview4-011223-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/26d4dc1f-f674-4902-9921-f287f65266f9/ef8a67939f0c3e5729b2674a5e013328/dotnet-sdk-3.0.100-preview4-011223-linux-x64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://download.visualstudio.microsoft.com/download/pr/ad5375dc-7304-4633-9d1a-23c7a41e8f9d/7b4630b0cfa7e275d9b7f87865b8db47/dotnet-sdk-3.0.100-preview4-011223-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/b52e8baf-37c7-485d-ba4d-ef17af92b2fe/55f91ca67d8a29b62e685f28939077b6/dotnet-sdk-3.0.100-preview4-011223-osx-x64.tar.gz
[dotnet-sdk-rhel.6-x64.tar.gz]: https://download.visualstudio.microsoft.com/download/pr/0bb08d76-c69f-4f21-b0f5-f5b1446cd9bd/e729ccdf120e9dd15ca4115939776768/dotnet-sdk-3.0.100-preview4-011223-rhel.6-x64.tar.gz
[dotnet-sdk-win-arm.zip]: https://download.visualstudio.microsoft.com/download/pr/2e0f3778-0bdf-47c5-b8f3-d4a357b030ee/5e252aa9d4ea91c83c81d2b8cff69c0f/dotnet-sdk-3.0.100-preview4-011223-win-arm.zip
[dotnet-sdk-win-x64.exe]: https://download.visualstudio.microsoft.com/download/pr/4032ceb5-61cd-495a-ab25-475aa2232f28/7eb614e777d87ef0d49f86be4fc8bbde/dotnet-sdk-3.0.100-preview4-011223-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://download.visualstudio.microsoft.com/download/pr/a3fe6da8-1ec8-48e5-b93d-cbf6cbe4e1ad/b4c6e212cda446fcc6c305296130e76b/dotnet-sdk-3.0.100-preview4-011223-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://download.visualstudio.microsoft.com/download/pr/e6cdbf31-8b69-4e30-b555-4d4543381c74/bde99c9c84d675e5462759a5d2586ce5/dotnet-sdk-3.0.100-preview4-011223-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://download.visualstudio.microsoft.com/download/pr/6e7b3953-2991-4078-9d2d-677c58c3a612/3ed31ed32cfb2d950e90b09b8a4c291d/dotnet-sdk-3.0.100-preview4-011223-win-x86.zip
[core-setup-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/61fb6716-1c35-4833-b7bd-d1952458ad5c/f1387df70c4fe1722f6aeae81efd6c9c/core-setup-3.0.0-preview4-symbols.zip
[coreclr-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/21e51454-1796-4d75-bda3-62cfc609e0ad/ffcf37fcc73043554a18a64a43f62ab4/coreclr-3.0.0-preview4-symbols.zip
[corefx-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/459e521e-3a07-443b-8bda-5551589b5137/b71f1121008551eec5c0bac3cfcb44ea/corefx-3.0.0-preview4-symbols.zip
[dotnet-trusted-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/0c77038c-bf98-418a-b2ac-9d64dadfa4d4/f788cc2ba2d1ea7ba57f32e6065af155/dotnet-trusted-3.0.0-preview4-symbols.zip
[aspnet-symbols.zip]: https://download.visualstudio.microsoft.com/download/pr/d5d0ef3f-e495-4394-82bf-5b3b1e2db8f2/ba5c2e7e94516602373c764d4a467eb6/aspnet-3.0.0-preview4-symbols.zip
[checksums-runtime]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.0-preview4-27615-11-runtime-sha.txt
[checksums-sdk]: https://dotnetcli.blob.core.windows.net/dotnet/checksums/3.0.100-preview4-011223-sdk-sha.txt
[linux-install]: https://www.microsoft.com/net/download/linux
[linux-setup]: https://github.com/dotnet/core/blob/master/Documentation/linux-setup.md
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/