dotnet-core/release-notes/download-archives/preview-runtime-download.md
2021-02-24 09:35:54 -08:00

2.7 KiB

.NET Core 1.1 Preview 1

This page provides download links for .NET Core 1.1 Preview 1 runtime and shared framework only. If you also need the SDK, use the download links on the main Preview 1 download page.

.NET Core 1.1 Preview 1 Installer Binaries
Windows 32-bit / 64-bit 32-bit / 64-bit
macOS 64-bit -
CentOS 7.1 - 64-bit
Debian 8 - 64-bit
Fedora 23 - 64-bit
openSUSE 13.2 - 64-bit
openSUSE 42.1 - 64-bit
Ubuntu 14.04 - 64-bit
Ubuntu 16.04 - 64-bit
Ubuntu 16.10 - 64-bit

Installation from a binary archive

When using binary archives to install, we recommend the contents be extracted to /opt/dotnet and a symbolic link created for dotnet. If an earlier release of .NET Core is already installed, the directory and symbolic link may already exist.

sudo mkdir -p /opt/dotnet
sudo tar zxf [tar.gz filename] -C /opt/dotnet
sudo ln -s /opt/dotnet/dotnet /usr/local/bin