DotNet File Locations in MacOS & Removing .Net
All Files: /usr/local/share/dotnet/
SDKs: /usr/share/dotnet/sdk/$version/
Runtime: /usr/share/dotnet/shared/$product/$version
.Net Host: /usr/share/dotnet/host/fxr/$version/
To remove a product: sudo rm -rf /usr/share/dotnet/<one-of-the-above-paths>
Example:
/usr/local/share/dotnet/sdk$ ls
7.0.400 7.0.403
/usr/local/share/dotnet/sdk$ sudo rm -rf 7.0.400
Password:
/usr/local/share/dotnet/sdk$ ls
7.0.403
/usr/local/share/dotnet/sdk$ cd ..
/usr/local/share/dotnet$ ls
LICENSE.txt host sdk-manifests
ThirdPartyNotices.txt packs shared
dotnet sdk templates
/usr/local/share/dotnet$ cd shared
/usr/local/share/dotnet/shared$ ls
Microsoft.AspNetCore.App Microsoft.NETCore.App
/usr/local/share/dotnet/shared$ cd Microsoft.AspNetCore.App
/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App$ ls
7.0.10 7.0.13
/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App$ sudo rm -rf 7.0.10
/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App$ cd ..
/usr/local/share/dotnet/shared$ cd Microsoft.NETCore.App
/usr/local/share/dotnet/shared/Microsoft.NETCore.App$ ls
7.0.10 7.0.13
/usr/local/share/dotnet/shared/Microsoft.NETCore.App$ sudo rm -rf 7.0.10
/usr/local/share/dotnet/shared/Microsoft.NETCore.App$ ls
7.0.13
/usr/local/share/dotnet/shared/Microsoft.NETCore.App$ cd ../..
/usr/local/share/dotnet$ ls
LICENSE.txt host sdk-manifests
ThirdPartyNotices.txt packs shared
dotnet sdk templates
/usr/local/share/dotnet$ cd host
/usr/local/share/dotnet/host$ ls
fxr
/usr/local/share/dotnet/host$ cd fxr
/usr/local/share/dotnet/host/fxr$ ls
7.0.10 7.0.13
/usr/local/share/dotnet/host/fxr$
/usr/local/share/dotnet/host/fxr$ sudo rm -rf 7.0.10
/usr/local/share/dotnet/host/fxr$ ls
7.0.13
One-Time
Monthly
Yearly
Make a one-time donation
Make a monthly donation
Make a yearly donation
Choose an amount
$1.00
$5.00
$10.00
$5.00
$15.00
$100.00
$5.00
$15.00
$100.00
Or enter a custom amount
$
Your contribution is appreciated.
Your contribution is appreciated.
Your contribution is appreciated.
DonateDonate monthlyDonate yearly
Leave a comment