Upgrading a formula makes it installed_on_request
#5720
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I just checked with @carlocab, and it doesn't seem to quite work that way. It only marks the formula like that if you run |
Beta Was this translation helpful? Give feedback.
-
If you did If you want to undo
|
Beta Was this translation helpful? Give feedback.
If you did
brew upgrade foo
, thenfoo
will be marked asinstalled_on_request
. If you did an unqualifiedbrew upgrade
(orfoo
was upgraded by doing, e.g.,brew upgrade bar
), andfoo
was still marked asinstalled_on_request
, then that seems like a bug worth opening an issue for.If you want to undo
foo
being marked asinstalled_on_request
, usebrew tab
: