酿造桶:如何卸载应用程序


20

我在/ opt / homebrew-cask / Caskroom时尝试过

$ for i in *; do brew cask uninstall $i; done
Error: appcleaner is not installed
Error: avidemux is not installed
Error: eclipse-ide is not installed
Error: flash is not installed
Error: silverlight is not installed
Error: thunderbird is not installed
Error: vlc is not installed

他卸载了一些应用程序,但没有卸载。为什么?

$ brew cask list
appcleaner    avidemux      eclipse-ide   flash     silverlight   thunderbird   vlc

$ pwd
/opt/homebrew-cask/Caskroom
$ ls
appcleaner  avidemux    eclipse-ide flash       silverlight thunderbird vlc
$ du -sh .
532M    .

如何正确卸载它们?他没有卸载,因为没有酿造桶进行了更新吗?


尝试安装其中之一,只是为了看看它是做什么的
Thomas Ayoub 2014年

您能描述一下如何“不使用酒桶”更新这些应用程序吗?
2014年

2
这是与homebrew-cask项目有关的问题
bdesham 2014年

Answers:



17

除非您希望周围有偏好,否则您也可以执行以下操作:

brew cask zap [your cask]

1
  brew rmdeps

要么

  brew rmtree

请参阅:卸载/删除包括其所有依赖项的Homebrew软件包

如果用户手动更新了应用程序而未使用brew,则可能必须手动将其卸载。

您可以检查并查看“收据”文件夹中是否有任何收据:

 ls /private/var/db/receipts

并使用应用程序的收据.bom文件和lsbom来按以下说明删除应用程序安装的所有文件:卸载从软件包安装的应用程序

根据Homebrew爱好者的说法,Homebrew似乎正在席卷全球。我发现Homebrew或多或少是不完整的,几乎没有任何支持,并且雄心勃勃,可能是因为它仍处于起步阶段,或者可能是因为它试图与完全成熟,完整,得到充分支持的终端竞争。 OS X的最终源和二进制程序包管理解决方案,例如MacPorts


最初的问题是询问啤酒桶..而不是啤酒。
Jimmy MG Lim
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.