Last post Oct 16, 2019 07:34 AM by Rena Ni
Member
324 Points
382 Posts
Oct 15, 2019 11:42 AM|Alex9|LINK
Hello all!
I have unzipped sdk's tar.gz. How do I set path to this sdk before using core runtime?
Whe do I need runtime installation if I have core sdk?
Thank you.
Contributor
2710 Points
874 Posts
Oct 16, 2019 07:34 AM|Rena Ni|LINK
Hi Alex9,
SDK includes everything you need to build and run .Net Core application,using command line tools and any editor(like Visual Studio).
The runtime includes just the resources required to run existing .NET Core applications.
>Install .NET Core 2.1.2 Runtime on Linux Ubuntu 19.04 - x64
https://dotnet.microsoft.com/download/linux-package-manager/ubuntu19-04/runtime-2.1.2
Best Regards,
Rena
Member
324 Points
382 Posts
dotnet core sdk tar.gz manual installation on Ubuntu 19.04
Oct 15, 2019 11:42 AM|Alex9|LINK
Hello all!
I have unzipped sdk's tar.gz. How do I set path to this sdk before using core runtime?
Whe do I need runtime installation if I have core sdk?
Thank you.
Contributor
2710 Points
874 Posts
Re: dotnet core sdk tar.gz manual installation on Ubuntu 19.04
Oct 16, 2019 07:34 AM|Rena Ni|LINK
Hi Alex9,
SDK includes everything you need to build and run .Net Core application,using command line tools and any editor(like Visual Studio).
The runtime includes just the resources required to run existing .NET Core applications.
>Install .NET Core 2.1.2 Runtime on Linux Ubuntu 19.04 - x64
https://dotnet.microsoft.com/download/linux-package-manager/ubuntu19-04/runtime-2.1.2
Best Regards,
Rena