brew(木桶)更新不起作用
brew (cask) update doesn't work
有人可以帮助我吗?我尝试更新通量(从 36.5 到 36.6)。
$ brew update
Already up-to-date.
$ brew cask list
....
flux
...
$ brew cask info flux
flux: 36-6
f.lux
https://justgetflux.com/
Not installed
https://github.com/caskroom/homebrew-cask/blob/master/Casks/flux.rb
==> Contents
Flux.app (app)
$ brew cask update flux
Updated 1 tap (caskroom/cask).
No changes to formulae.
我在其他软件包中遇到了相同的行为。怎么了?我还 运行 brew doctor 和 brew cleanup。
谢谢
卢卡斯
与 Homebrew 不同,Homebrew Cask 无法升级包。 brew cask update
只是 brew update
的别名,它更新 Homebrew (Cask) 本身。
“升级”Homebrew cask 的唯一方法是使用其内置的更新机制(参见 Chrome)或将其删除并重新安装。
有人可以帮助我吗?我尝试更新通量(从 36.5 到 36.6)。
$ brew update
Already up-to-date.
$ brew cask list
....
flux
...
$ brew cask info flux
flux: 36-6
f.lux
https://justgetflux.com/
Not installed
https://github.com/caskroom/homebrew-cask/blob/master/Casks/flux.rb
==> Contents
Flux.app (app)
$ brew cask update flux
Updated 1 tap (caskroom/cask).
No changes to formulae.
我在其他软件包中遇到了相同的行为。怎么了?我还 运行 brew doctor 和 brew cleanup。
谢谢 卢卡斯
与 Homebrew 不同,Homebrew Cask 无法升级包。 brew cask update
只是 brew update
的别名,它更新 Homebrew (Cask) 本身。
“升级”Homebrew cask 的唯一方法是使用其内置的更新机制(参见 Chrome)或将其删除并重新安装。