yeszoqa.blogg.se

How to remove applications from mac with a code
How to remove applications from mac with a code













how to remove applications from mac with a code

Sudo rm -rf /Library/Frameworks/ is an open source framework, created by GitHub, that lets you develop desktop executables that bring together Node and Chrome to provide a full GUI experience. Electron has been used for several well-known projects, including developer tools such as Visual Studio Code, Atom, and Light Table.īasically, you can define the UI with HTML, CSS, and JS (or using React, as we’ll be doing), but you can also use all of the packages and functions in Node. Launchctl unload /Library/LaunchAgents/.plist # To unload and remove the Xamarin Build Host launchd job Sudo rm -rf "/Applications/Xamarin.iOS Build Host.app" # You will also want to make sure that there are no other dependencies on Mono Sudo rm -f /private/var/db/receipts/xamarin.* Sudo rm -f /private/var/db/receipts/com.xamarin.* Rm -rf ~/Library/Application\ Support/VisualStudio Rm -rf ~/Library/Application\ Support/XamarinStudio-* Rm -rf ~/Library/Preferences/VisualStudio Rm -rf ~/Library/Preferences/XamarinStudio-* Rm -rf "/Applications/Xamarin Workbooks.app" Rm -rf "/Applications/Xamarin Profiler.app" Rm -rf "/Applications/Xamarin Studio.app" # Complete uninstall Microsoft Visual Studio (Xamarin) including Mono and Microsoft NuGet traces: uninstall.sh" (Do not forget to set to set execute permission on the file): #!/bin/bash Just put it in "uninstall.sh" file and run via terminal as "sudo.

how to remove applications from mac with a code

Please read the script to avoid removing shared stuff like Mono, NuGet & Visual Studio Code traces if it is needed by another app on your Mac.įollowing script will free 20GB of space. Current version Of MS VS takes 20GB on a macOs drive.















How to remove applications from mac with a code