How do I uninstall UE4 in Ubuntu 14.04 LTS?

I have been fighting with Ubuntu and a couple bugs, not giving up yet, and I always come to forums last resource, but I’ve been searching for a while now. I got through most of the installation from Setup.sh but it got to downloading (I think binary data) with about 20 something files left… but it said 100% complete, and the download rate was something like 0.01MiB… So like a noob I Ctrl+C’d the thing and everytime I try to restart it I get the following error (in case it’s easier to fix than restart)

Github build
Checking / downloading the latest archives
Checking dependencies (excluding Win32, Win64, Mac, HTML5, Android)...

Unhandled Exception:
System.DivideByZeroException: Division by zero
  at GitDependencies.Program.DownloadDependencies (System.String RootPath, IEnumerable`1 RequiredFiles, IEnumerable`1 Blobs, IEnumerable`1 Packs, Int32 NumThreads, Int32 MaxRetries, System.String ProxyUrl, System.String ProxyUsername, System.String ProxyPassword) [0x00000] in <filename unknown>:0 
  at GitDependencies.Program.UpdateWorkingTree (Boolean bDryRun, System.String RootPath, System.Collections.Generic.HashSet`1 ExcludeFolders, Int32 NumThreads, Int32 MaxRetries, System.String ProxyUrl, System.String ProxyUsername, System.String ProxyPassword, OverwriteMode Overwrite) [0x00000] in <filename unknown>:0 
  at GitDependencies.Program.Main (System.String[] Args) [0x00000] in <filename unknown>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.DivideByZeroException: Division by zero
  at GitDependencies.Program.DownloadDependencies (System.String RootPath, IEnumerable`1 RequiredFiles, IEnumerable`1 Blobs, IEnumerable`1 Packs, Int32 NumThreads, Int32 MaxRetries, System.String ProxyUrl, System.String ProxyUsername, System.String ProxyPassword) [0x00000] in <filename unknown>:0 
  at GitDependencies.Program.UpdateWorkingTree (Boolean bDryRun, System.String RootPath, System.Collections.Generic.HashSet`1 ExcludeFolders, Int32 NumThreads, Int32 MaxRetries, System.String ProxyUrl, System.String ProxyUsername, System.String ProxyPassword, OverwriteMode Overwrite) [0x00000] in <filename unknown>:0 
  at GitDependencies.Program.Main (System.String[] Args) [0x00000] in <filename unknown>:0 
Result: 1

Anyways, I figured I should just remove everything and start Setup.sh fresh… I suspect the error is a unfinished file header or something, idk for sure though. But I’m just mostly looking for a command to remove everything or the directory everything is saved to in Ubuntu 14.04 LTS… or maybe it’s a Git error since it says “GitDependencies.Program.UpdateWorkingTree?” idk… the blacked out stuffs is just me removing and reinstalling Git to see if it’d help, but it made no difference. Any help is appriciated! I just wanna start working on our team’s project already! XD :smiley: thanks!

P.S. I should mention Cmake I believe it was, crashed earlier in the setup… idk… the thing continued installing though, I don’t have the error, sorry.

GitDependencies can be probably hardened to better diagnose invalid binary files, but I am afraid currently this is best solved by removing the whole directory and cloning again.

You’re welcome.

Thank you! I was unaware that it saves the dependecies into the same directory. :slight_smile: I was getting so frustrated. XD