Estoy usando homebrew-cask para mantener actualizado mi ecosistema de aplicaciones. Es excelente cuando se mantienen varias computadoras en casa, de viaje o en movimiento.
Sin embargo, cuando se actualizan algunos paquetes (como Google Chrome), termino teniendo instaladas diferentes versiones concurrentes (y que son vistas por el sistema operativo):
$ ls / opt / homebrew-cask / Caskroom / google-chrome / latest stable-channel
Esto sucede al actualizar un barril:
$ ls -l /opt/homebrew-cask/Caskroom/tunnelblick
total 0
drwxr-xr-x 5 foo staff 238 Mar 11 07:42 3.3.0
drwxr-xr-x 5 foo staff 238 May 13 13:53 3.3.2
[13:00:40] foo at bar in ~
$ brew cask install --force tunnelblick
==> Caveats
For security reasons, Tunnelblick must be installed to /Applications and will request to be moved at launch.
==> Downloading https://downloads.sourceforge.net/project/tunnelblick/All%20files/Tunnelblick_3.3.4.dmg
######################################################################## 100.0%
==> It seems there is already an App at '/Applications/Tunnelblick.app'; not linking.
🍺 tunnelblick installed to '/opt/homebrew-cask/Caskroom/tunnelblick/3.3.4' (236 files, 20M)
$ ls -l /opt/homebrew-cask/Caskroom/tunnelblick
total 0
drwxr-xr-x 5 foo staff 238 Mar 11 07:42 3.3.0
drwxr-xr-x 5 foo staff 238 May 13 13:53 3.3.2
drwxr-xr-x 5 foo staff 238 Jun 26 13:01 3.3.4
[13:01:26] foo at bar in ~
¿Cómo guardo solo la más reciente?
brew cleanup
ybrew prune
?Respuestas:
En Terminal, escriba:
Sugerencia: copie y pegue la línea de comando anterior en la Terminal.
fuente
/opt/homebrew-cask/Caskroom/
a/usr/local/Caskroom/
.