From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: ALT Linux Community general discussions From: Andrey Cherepanov Message-ID: Date: Wed, 22 Mar 2017 10:24:03 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit Subject: [Comm] =?utf-8?b?Lk5FVCBDb3JlINC90LAg0JDQu9GM0YLQtSAo0LjQvdGB0YI=?= =?utf-8?b?0YDRg9C60YbQuNGPKQ==?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2017 07:24:04 -0000 Archived-At: List-Archive: List-Post: Установка .NET Core на Альт (версии 8) https://www.altlinux.org/.NET_Core Установите дополнительные пакеты: apt-get install libunwind libicu54 Скачайте саму .NET для Fedora 23 cо страницы https://www.microsoft.com/net/core#linuxfedora curl -SL -o dotnet.tar.gz https://go.microsoft.com/fwlink/?linkid=843457 от root: mkdir /opt/dotnet tar xzf dotnet.tar.gz -C /opt/dotnet ln -s /opt/dotnet/dotnet /usr/local/bin Проверка (не от root) (Желательно иметь в /tmp >2 ГБ свободного места) dotnet new console -o hwapp cd hwapp dotnet restore dotnet run -- Andrey Cherepanov cas@altlinux.org