Skip to content

danijeljw/Uninstall-BlueStacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Uninstall BlueStacks for Mac OS X

the missing uninstaller


NOTICE

This project as been moved to SourceForge and has been depreciated. Unless there are bug reports, it will not longer receive updates and remain as a FINAL build.

DMG: 2.0.1
Script: 1.5.0


Simply does what it says - removes BlueStacks completely from Mac OS X for you. No effort required on your behalf!

Comes in 2 flavours, the bash script and the Application. Personally, I prefer the bash script because it's smaller and faster. I'm all about efficiency. Either way, you're free to choose what's easier for you.

Installation

Download to the /usr/bin directory (requires cURL and sudo):

sudo curl "http://sourceforge.net/p/osxbluestacksuninstaller/code/ci/master/tree/RemBlueStacks.sh?format=raw" -o "/usr/bin/RemBlueStacks" && sudo chmod +x /usr/bin/RemBlueStacks

Alternatively, download the DMG from SourceForge and run the application instead.

Usage

Via Terminal (assuming you installed it as mentioned above):

sudo RemBlueStacks.sh

Contribution