ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] .NET Core на Альте (инструкция)
@ 2017-03-22  7:24 Andrey Cherepanov
  2017-03-22  8:02 ` Evgeny Sinelnikov
  2017-03-22 14:00 ` Sergey V Turchin
  0 siblings, 2 replies; 5+ messages in thread
From: Andrey Cherepanov @ 2017-03-22  7:24 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Установка .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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-22 14:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-22  7:24 [Comm] .NET Core на Альте (инструкция) Andrey Cherepanov
2017-03-22  8:02 ` Evgeny Sinelnikov
2017-03-22  8:07   ` Andrey Cherepanov
2017-03-22  9:00     ` Evgeny Sinelnikov
2017-03-22 14:00 ` Sergey V Turchin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git