Difference between revisions of "Brew doctor"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Draft}}
+
{{lowercase}}
 +
brew doctor
 +
Please note that these warnings are just used to help the Homebrew maintainers
 +
with debugging if you file an issue. If everything you use Homebrew for is
 +
working fine: please don't worry or file an issue; just ignore this. Thanks!
 +
 +
Warning: Some installed kegs have no formulae!
 +
This means they were either deleted or installed with `[[brew diy]]`.
 +
You should find replacements for the following formulae:
 +
  python@2
 +
 
 +
 
 +
Warning: Some installed formulae are deprecated or disabled.
 +
You should find replacements for the following formulae:
 +
  desktop
 +
 +
Warning: You have unlinked kegs in your Cellar.
 +
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on
 +
those kegs to fail to run properly once built. Run `brew link` on these:
 +
  midnight-commander
 +
  minikube
 +
  c-ares
 +
  [[gettext]]
 +
  kubernetes-cli
 +
  gnupg
 +
 +
 
 +
<pre>
 +
Warning: Homebrew's "sbin" was not found in your PATH but you have installed
 +
formulae that put executables in /usr/local/sbin.
 +
Consider setting your PATH for example like so:
 +
  echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.zshrc
 +
 
 +
Warning: Broken symlinks were found. Remove them with `brew cleanup`:
 +
  /usr/local/lib/ruby/gems/2.7.0/bin/bundle
 +
  /usr/local/lib/ruby/gems/2.7.0/bin/bundler
 +
  /usr/local/share/man/man8/prl_convert.8
 +
  /usr/local/share/man/man8/prl_disk_tool.8
 +
  /usr/local/share/man/man8/prlctl.8
 +
  /usr/local/share/man/man8/prlexec.8
 +
  /usr/local/share/man/man8/prlsrvctl.8
 +
</pre>
  
  
 
== Related commands ==
 
== Related commands ==
 
* <code>[[brew cleanup]]</code>
 
* <code>[[brew cleanup]]</code>
 +
* <code>[[apt --fix-broken install]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 17:35, 28 January 2022

brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: Some installed kegs have no formulae!
This means they were either deleted or installed with `brew diy`.
You should find replacements for the following formulae:
  python@2


Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
  desktop

Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
  midnight-commander
  minikube
  c-ares
  gettext
  kubernetes-cli
  gnupg
  [email protected]
Warning: Homebrew's "sbin" was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting your PATH for example like so:
  echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.zshrc

Warning: Broken symlinks were found. Remove them with `brew cleanup`:
  /usr/local/lib/ruby/gems/2.7.0/bin/bundle
  /usr/local/lib/ruby/gems/2.7.0/bin/bundler
  /usr/local/share/man/man8/prl_convert.8
  /usr/local/share/man/man8/prl_disk_tool.8
  /usr/local/share/man/man8/prlctl.8
  /usr/local/share/man/man8/prlexec.8
  /usr/local/share/man/man8/prlsrvctl.8


Related commands[edit]

See also[edit]

Advertising: