You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run brew cu --dry-run the application teamviewer for example is up to date. However, when I run the command brew cu --all then teamviewer is no longer up to date, it is instead latest but forced to upgrade and the application will be reinstalled (same version).
How can I avoid the the forced upgrade?
The text was updated successfully, but these errors were encountered:
Basically, brew cu will upgrade all outdated apps except the ones marked as latest. If you want to upgrade all outdated apps including the ones marked as latest but not the same version, there is no such thing.
When I run
brew cu --dry-run
the applicationteamviewer
for example isup to date
. However, when I run the commandbrew cu --all
thenteamviewer
is no longerup to date
, it is insteadlatest but forced to upgrade
and the application will be reinstalled (same version).How can I avoid the the forced upgrade?
The text was updated successfully, but these errors were encountered: