从OSX卸载Mono,.NET Core和所有相关内容

10 .net macos mono dnvm dnu

嘿伙计们,我正在学习本教程,以便在我的OSX中运行.NET Core:

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
Run Code Online (Sandbox Code Playgroud)

现在,我想删除所有这些东西,但我找不到路径.

我删除了dnvmpkg-configbrew uninstall.订单怎么样?

谢谢.