Difference between revisions of "Keg-only"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{lc}}
 
  [[ruby]]@2.7 is keg-only, which means it was not symlinked into /usr/local, because this is an alternate version of another formula.
 
  [[ruby]]@2.7 is keg-only, which means it was not symlinked into /usr/local, because this is an alternate version of another formula.
  
 
  [[[email protected]]] is keg-only, which means it was not symlinked into /Users/MY_USER/brew,
 
  [[[email protected]]] is keg-only, which means it was not symlinked into /Users/MY_USER/brew,
because this is an alternate version of another formula.
+
because this is an alternate version of another formula.
  
 
  [[libpq]] is [[keg-only]], which means it was not symlinked into /opt/homebrew,
 
  [[libpq]] is [[keg-only]], which means it was not symlinked into /opt/homebrew,
 
  because conflicts with postgres formula.
 
  because conflicts with postgres formula.
  
 +
[[postgresql@16]] is keg-only, which means it was not symlinked into /Users/user/brew,
 +
because this is an alternate version of another formula.
  
  
 +
[[brew info helm@2]]
 
  [[brew info --json helm@2]]
 
  [[brew info --json helm@2]]
 
   "keg_only": true,
 
   "keg_only": true,
Line 19: Line 23:
 
* Read Homebrew FAQ: https://docs.brew.sh/FAQ#what-does-keg-only-mean
 
* Read Homebrew FAQ: https://docs.brew.sh/FAQ#what-does-keg-only-mean
  
==See also==
+
== Related ==
 +
* <code>[[brew link]]</code>
 +
 
 +
== See also ==
 +
* {{keg-only}}
 
* {{Ruby}}
 
* {{Ruby}}
 
* {{Homebrew}}
 
* {{Homebrew}}
  
 
[[Category:Ruby]]
 
[[Category:Ruby]]

Latest revision as of 10:33, 23 September 2024

ruby@2.7 is keg-only, which means it was not symlinked into /usr/local, because this is an alternate version of another formula.
[email protected] is keg-only, which means it was not symlinked into /Users/MY_USER/brew,
because this is an alternate version of another formula.
libpq is keg-only, which means it was not symlinked into /opt/homebrew,
because conflicts with postgres formula.
postgresql@16 is keg-only, which means it was not symlinked into /Users/user/brew,
because this is an alternate version of another formula.


brew info helm@2
brew info --json helm@2
  "keg_only": true,
  "keg_only_reason": {
    "reason": ":versioned_formula",
    "explanation": ""
  },

Activities[edit]

Related[edit]

See also[edit]

Advertising: