C
C#ā€¢13mo ago
CuriousGuy

ā” How do I uninstall .net on Mac ?

upon running the following command, I still see presence of .net on my system
dot net --info
dot net --info
The output is
Host (useful for support):
Version: 6.0.1
Commit: 3a25a7f1cc

.NET SDKs installed:
No SDKs were found.

.NET runtimes installed:
No runtimes were found.

To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
Host (useful for support):
Version: 6.0.1
Commit: 3a25a7f1cc

.NET SDKs installed:
No SDKs were found.

.NET runtimes installed:
No runtimes were found.

To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
How do I remove this ?
22 Replies
Pobiega
Pobiegaā€¢13mo ago
Uninstall Tool - .NET
An overview of the .NET Uninstall Tool, a guided tool that enables the controlled clean-up of .NET SDKs and runtimes.
CuriousGuy
CuriousGuyā€¢13mo ago
yes
CuriousGuy
CuriousGuyā€¢13mo ago
CuriousGuy
CuriousGuyā€¢13mo ago
I want to remove the following. I believe removing these would make the uninstall complete and a success
Pobiega
Pobiegaā€¢13mo ago
dotnet-core-uninstall and ./dotnet-core-uninstall are not the same thing thats why your commands at the bottom didn't work quite possibly. Try running the tool properly one more time, and if that didnt work nuke that folder
CuriousGuy
CuriousGuyā€¢13mo ago
which one are you talking about ?
Pobiega
Pobiegaā€¢13mo ago
Pobiega
Pobiegaā€¢13mo ago
you forgot the ./prefix for running local executables
CuriousGuy
CuriousGuyā€¢13mo ago
ohh I see I later ran it
Pobiega
Pobiegaā€¢13mo ago
okay
CuriousGuy
CuriousGuyā€¢13mo ago
but it didn't help
Pobiega
Pobiegaā€¢13mo ago
alright you can nuke the dotnet folder then
CuriousGuy
CuriousGuyā€¢13mo ago
I deleted it
Pobiega
Pobiegaā€¢13mo ago
šŸ‘
CuriousGuy
CuriousGuyā€¢13mo ago
using sudo rm -rf *
Pobiega
Pobiegaā€¢13mo ago
yup make sure you remove the actual folder too
CuriousGuy
CuriousGuyā€¢13mo ago
inside the dotnet directory and now everything is gone
Pobiega
Pobiegaā€¢13mo ago
so share does not contain a dotnet folder
CuriousGuy
CuriousGuyā€¢13mo ago
thanks for responding šŸ™ It does but now it is empty
Pobiega
Pobiegaā€¢13mo ago
well remove the dir too just in case some installer gets upset šŸ™‚
CuriousGuy
CuriousGuyā€¢13mo ago
ok..will delete the directory of dotnet then Deleted!
Accord
Accordā€¢13mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
ā” Unable to upgrade .net 6.0.101 on Mac M1Hi! I am using a Mac M1. I have .net 6.0.101 installed on my mac. I downloaded latest .net 6 SDK arāœ… DEV Certificate invalid password for ASP.NET in dockerI'm using docker compose orchestration for my solution containing ASP.NET projects. I've created a ā” Use Javascript in Blazor Server AppHey, I just started developing Web Apps using Blazor but im current facing an issue I have a Javascrā” Prevent accepting numeric values as enumHello, I have an API that exposes an enum field Vehicle (Car, Bike, Truck) in the POST. The problem ā” Column names in each table must be unique. Column name x in table yThere is an Azure SQL db with 10 DTUs and migrations are broken with the following message: > Columā” Create list from items and other listsWhats the best way to create a new list that combines an item A, an item B, and a list C?āœ… ef not being able to update database migrationsI've been trying to learn aspnet and done just the basics of it. But when using `dotnet ef database ā” Null warning from accessing weather results from an API callI'm creating a weather app that allows you to type in the name of a city and then get it's informatiā” Visual Studio 2022 Super Slow Since The Last UpdateI pressed the Build 10 minutes ago and the building is still in progress. My app only have 1 button ā” There is a DevExpress GridControl and i want to find a way to loop over its rowsCan someone help me find online how to do this thing. i want to loop over its data so that i can add