Today Microsoft announced that .NET Core is available for installation on various platforms. Here's the website for .NET Core
And this is the download section for Ubuntu 14.04 LTS (Trusty) and 16.04 LTS (Xenial)
After installing .NET Core using these commands for Ubuntu 16.04 (Xenial)
sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet/ xenial main"> /etc/apt/sources.list.d/dotnetdev.list'sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893sudo apt-get updatesudo apt-get install dotnet-dev-1.0.0-preview2-003121
I got this message:
This software may collect information about you and your use of the software, and send that to Microsoft. Please visithttp://aka.ms/dotnet-cli-eula for more information.
Is there a way to disable data collection? There can be many reasons for disabling data collection by .NET, but privacy concerns are very important.