Skip to content

Commit 8b53317

Browse files
Update install-homebrew.md
added brew doctor and cleanup info for reinstall
1 parent ee50258 commit 8b53317

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

versioned_docs/version-4.1/install-homebrew.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ rm -rf /opt/homebrew/opt/rabbitmq/
194194
rm -rf /opt/homebrew/var/lib/rabbitmq/
195195
# the launch agent file
196196
rm -f $HOME/Library/LaunchAgents/homebrew.mxcl.rabbitmq.plist
197+
# Potential additional steps if you get the following
198+
# Error: No such file or directory - /opt/homebrew/var/homebrew/linked/rabbitmq
199+
# brew doctor
200+
# brew cleanup
201+
202+
197203

198204
# re-install
199205
brew install rabbitmq

0 commit comments

Comments
 (0)