installaware / AGPT

Apple Game Porting Toolkit Installer
GNU General Public License v3.0
379 stars 14 forks source link

Installer hangs while installing Wine - where to remove temp files? #16

Closed rwzeto closed 11 months ago

rwzeto commented 11 months ago

I checked the other issues here and I don't have a ~/.wine directory. However, the install that failed is taking up several gigabytes somewhere. Where are these files so I can go manually clean them up?

installaware commented 11 months ago

It's probably not hung but still downloading and compiling in the background - this can take a very long amount of time, based on your Internet connection and device speed. At any rate, if the Wine folder does not exist yet, all you need to do is uninstall Homebrew. We don't do this automatically for you, as it'll get rid of other Homebrew installed apps you may have too. You will have to do it from the command line:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"