-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
sl: brew uninstall sl
produces misleading warning about openssl
#177425
Comments
The word "may" is because the check for this is rudimentary: https://github.com/Homebrew/brew/blob/75e77db9f4c5b0760d464722a3298f44785c8dc2/Library/Homebrew/uninstall.rb#L69-L72. Not all formulae use the |
It does seem a bit risky to recommend We could track |
One idea is Homebrew/brew#18570; however, it only shows build-time installed configuration files and won't be able to detect generated files. Could still keep guesses but I've seen user issues where the root cause was removing some There doesn't seem to be an ideal option for generated files.
On formula side, we could try moving as much |
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
I was trying to show
sl
(a very important program) to @Moisan and then uninstall it afterwards.What happened (include all command output)?
What did you expect to happen?
The above, but with no misleading warning about deleting
openssl
's configurations.Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: