Questions tagged «homebrew»

在OS X上安装命令行Unix应用程序和工具的系统。免费和开源。

3
OS X是否有类似namei的命令?
我正在筛选一些不正确的权限问题,并发现了Linux 的namei命令。Homebrew当前没有Mac端口。 namei-遵循路径名直到找到终点 是否有一个命令或一系列命令可用于在OS X上完成相同的任务?

3
使用Homebrew'Services'命令需要帮助
我最近使用自制软件安装了MongoDB。网上的一些文章建议使用以下命令启动mongo, brew services start mongo 但是,当我使用此命令时,我收到以下消息, Error: Unknown command: services 我试着在网上搜索这个问题。但到目前为止没有运气。这可能是什么问题?我在他们的网站上指定了自制软件。为什么这个功能对我不起作用? 手册页没有关于'services'命令的信息。

1
如何从自制啤酒中删除过时的酒桶?
我正在使用自制酒桶来保持我的应用程序生态系统最新。当在家中,旅行中或旅途中维护多台计算机时,这非常好。 但是,当更新某些软件包时(例如Google Chrome),我最终安装了不同的并发版本(操作系统可以看到这些版本): $ ls / opt / homebrew-cask / Caskroom / google-chrome /最新的稳定频道 升级酒桶时会发生这种情况: $ 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 …
9 homebrew 

4
安装Homebrew后如何解决OS X Lion上的权限错误
我刚刚从Snow Leopard升级到Lion,并尝试安装Homebrew。但是,安装后,我brew doctor按照安装说明运行,并看到一系列错误,表明/ usr / local目录不可写。例如: Error: /usr/local/share isn't writable. This can happen if you "sudo make install" software that isn't managed by Homebrew. If a brew tries to write a file to this directory, the install will fail during the link step. You should probably `chown` /usr/local/share 我得到了一堆目录: You …

2
安装Homebrew软件包并忽略md5哈希
我正在尝试使用自制软件安装某些软件,并且在下载并尝试安装其中一个依赖项时,由于MD5不匹配,该软件包将无法安装。 是否有可能使自制程序忽略文件的MD5哈希并继续进行安装?
9 homebrew 

5
自制程序-不知何故发生了,没有可执行的openssl
系统版本OS X El Capitan,版本10.11.5 我安装了自制软件和rvm。但是,当我尝试使用rvm安装任何内容(即rvm install 2.1.1)时,它说: Somehow it happened there is no executable 'openssl', run 'brew doctor' and make sure latest '' is installed properly. RVM autolibs is now configured with mode '3' => 'Allow RVM to use package manager if found, install missing dependencies.', please run `rvm autolibs …

2
最新版本的HomeBrew,不再支持的版本
我在使用自制软件在Mac上安装旧版本的grails时遇到问题。 我被卡住的地方是,brew versions grails因为它将说不再使用版本。我已经执行过,brew tap homebrew/versions但是versions命令仍然无法正常工作。如何在brew的最新版本中安装Grails 2.3.5? Error: The `versions` command is no longer supported. You can use the homebrew-versions tap instead: https://github.com/Homebrew/homebrew-versions Or use `brew log` to browse the git history.
9 homebrew 


1
TrueCrypt和OSX保险丝
我通过Brew安装OSX Fuse,因为通过官方安装程序安装它 brew doctor 疯了。小牛队,10.9.1 我在安装后按照说明操作: brew install osxfuse ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/osxfuse-2.6.2.mavericks.bottle.tar.gz Already downloaded: /Library/Caches/Homebrew/osxfuse-2.6.2.mavericks.bottle.tar.gz ==> Pouring osxfuse-2.6.2.mavericks.bottle.tar.gz ==> Caveats If upgrading from a previous version of osxfuse, the previous kernel extension will need to be unloaded before installing the new version. First, check that no FUSE-based file systems are …

2
如何将我的`unzip`版本更新为6.00或更高版本?
这是一个常见的问题,当解压缩(阅读:“双击打开”)时,某些.zip文件会导致大小相似的.cpgz文件。但是您希望使用解压缩的文件或文件夹。 OS X中的默认解压缩程序是“ / System / Library / CoreServices / Archive Utility.app” 当您尝试在终端(/usr/bin/unzip)中解压缩时,会看到以下内容: $ unzip SE.zip Archive: SE.zip warning [SE.zip]: zipfile claims to be last disk of a multi-part archive; attempting to process anyway, assuming all parts have been concatenated together in order. Expect "errors" and warnings...true multi-part support doesn't …

2
Homebrew发出警告:“您已安装MacPorts或Fink”
我刚刚获得了带有OS X 10.9的新Mac Pro。当我跑步时: brew doctor 我得到警告: Warning: You have MacPorts or Fink installed: /opt/local/bin/port This can cause trouble. You don't have to uninstall them, but you may want to temporarily move them out of the way, e.g. sudo mv /opt/local ~/macports 我没有安装MacPorts或Fink,为什么会收到警告?

2
在OS X和Windows上安装应用程序之间的区别
到目前为止,我一直在使用Windows,但是刚开始使用带OS X的MacBook。 就我而言,在Windows上安装应用程序时,它们只是进入Program文件(默认情况下)。应用程序首选项通常存储在用户的文件夹中,并且可能存储在注册表中。 如何在OS X上安装应用程序?他们只是进入/ Applications目录吗?首选项存储在哪里?与使用软件包管理器(如自制软件)相比,将其简单地拖动到/ Applications有何不同?

2
软件更新如何在OS X中工作?
我刚从Linux切换到OS X,但我仍然习惯它。 我知道我将需要使用Homebrew,因为我依赖于许多CLI工具。另外,我刚刚读过《木桶》,这使我对一件事感到奇怪。软件(不是来自App Store)如何获取更新?类似于Windows,即一条消息,通知您有关新版本的信息,以便我可以下载它,或者以某种方式与系统集成在一起,这样就不必每次要更新应用程序时都下载新的.dmg吗? 如果它是“类似Windows的”,那么最好将Cask用于Firefox,VirtualBox,VLC,LibreOffice ...之类的东西?

2
更改brew中软件包安装的编译配置
使用brew install时如何更改编译器配置?我想用brew用+ farsi编译vim。但是似乎+ farsi在brew中不可用: $ brew install +farsi vim Error: No available formula for +farsi 我也尝试了以下命令: $ brew install vim --+farsi ==> Downloading http://ftp.debian.org/debian/pool/main/v/vim/vim_7.4.052.orig.tar.gz Already downloaded: /Library/Caches/Homebrew/vim-7.4.052.tar.gz ==> Patching patching file src/auto/configure patching file src/osdef.sh patching file src/os_mac.h ==> ./configure --prefix=/usr/local --mandir=/usr/local/Cellar/vim/7.4.052/share/man --enable-multibyte --with-tlib=ncur ==> make ==> make install prefix=/usr/local/Cellar/vim/7.4.052 …

2
ffmpeg在Mac OS X Lion 10.7.1中启动时给出错误
我在装有Homebrew的Mac OS X Lion 10.7.1中安装了ffmpeg 0.8.5 brew install --use-gcc ffmpeg 它安装没有任何错误。但是,现在我跑步时,它提供以下内容- dyld: Library not loaded: /usr/local/Cellar/ffmpeg/0.8.5/lib/libavdevice.dylib Referenced from: /usr/local/bin/ffmpeg Reason: Incompatible library version: ffmpeg requires version 53.0.0 or later, but libavdevice.dylib provides version 52.0.0 Trace/BPT trap: 5
8 lion  homebrew 

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.