-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to stop installing and delete all relevant files #3107
Comments
It’s stop now, |
Can I just uninstall Homebrew? Will it delete all relevant files about scrcpy? |
When I using this code “ sudo ninja -Cbuild-auto uninstall” |
Thank you, I have found the solution |
If you (attempted to) install via homebrew, you must uninstall via homebrew (if it failed, it is probably not installed). It appears that Homebrew compiles the whole world when some conditions are not met, see #2256. |
Then you should explain for the next people having the same problem… |
Oh yeah, sorry I forgot. If you want to uninstalling (mac brew), you can simply use command: brew list, and then: brew remove —force $(brew list —formula), after that, uninstall brew |
Environment
Describe the bug
Hi, I’m sorry for asking how to stop installing but I have installed it for more than 18 hours and is still making Rust, so I wanna stop the process and delete all relevant files, how can I do that?
Thank you
The text was updated successfully, but these errors were encountered: