Uninstall Mono, .NET Core and all related stuffs from OSX
Asked Answered
H

0

11

Hei guys, i was following this tutorial in order to run .NET Core in my OSX:

If you choose to install Mono, select the universal installer to make sure you get the x64 version. Edge.js requires Mono x64.

If you choose to install CoreCLR], follow these steps:

brew tap aspnet/dnx
brew update
brew install dnvm
source dnvm.sh
dnvm install latest -r coreclr -alias edge-coreclr
Then install and build Edge.js:

brew install pkg-config
dnvm use edge-coreclr
npm install edge

Now, i would like to remove all this stuffs, but i'm not finding the paths.

I removed the dnvm and the pkg-config with brew uninstall. What about the orders?

Thanks.

Handley answered 8/4, 2016 at 11:31 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.