homebrew-cask

Homebrew error occurred when I command “brew cask install virtualbox” or “brew cask search google-chrome”

僤鯓⒐⒋嵵緔 提交于 2019-12-04 09:03:19
问题 I'm trying to install virtual box with brew-cask, but That returns this kind of error and I cannot install virtualbox. I use MacOSX Lion 10.7.5 and homebrew 0.9.5, ruby 2.1.0-p0 I've described the process in Terminal below. First of all, brew tap command is succeeded. $ brew tap phinze/cask Cloning into '/usr/local/Library/Taps/phinze/homebrew-cask'... remote: Reusing existing pack: 32538, done. remote: Counting objects: 36, done. remote: Compressing objects: 100% (36/36), done. remote: Total

How to Install Sublime Text 3 using Homebrew

冷暖自知 提交于 2019-12-04 07:31:37
问题 How can I use homebrew cask to install Sublime Text 3? I only see sublime text 2 in the repos. I even tried tapping homebrew/versions, but no luck. Thanks! EDIT: Answered by my answer below 回答1: I originally used this page to solve the same problem in the past - however it would appear as if the sublime-text cask has been updated to now be the most recent release of Sublime Text 3 . No workarounds are necessary anymore. Installation is as simple as brew cask install sublime-text . 回答2: brew

Homebrew error occurred when I command “brew cask install virtualbox” or “brew cask search google-chrome”

杀马特。学长 韩版系。学妹 提交于 2019-12-03 00:56:40
I'm trying to install virtual box with brew-cask, but That returns this kind of error and I cannot install virtualbox. I use MacOSX Lion 10.7.5 and homebrew 0.9.5, ruby 2.1.0-p0 I've described the process in Terminal below. First of all, brew tap command is succeeded. $ brew tap phinze/cask Cloning into '/usr/local/Library/Taps/phinze/homebrew-cask'... remote: Reusing existing pack: 32538, done. remote: Counting objects: 36, done. remote: Compressing objects: 100% (36/36), done. remote: Total 32574 (delta 16), reused 2 (delta 0) Receiving objects: 100% (32574/32574), 11.72 MiB | 379 KiB/s,

“Unlinked kegs in your Cellar”. How do I remove them?

孤街浪徒 提交于 2019-12-02 22:11:15
After installing and uninstalling some programs through brew and brew cask , now I get brew doctor saying "unlinked kegs in your Cellar". It suggests to link them, to avoid build trouble with later brews, but instead I'd rather delete them, as they're leftovers from brew programs or formulas that I don't use anymore. How or where do I remove these? (I don't even know what a keg, or the Cellar, is) Run: brew remove packageName for each unlinked package. running brew link will bring up optional commands that you can use, along with that you'll need an argument to go with it or it'll prompt you

Mac OS X and multiple Java versions

我是研究僧i 提交于 2019-11-26 01:09:59
问题 How can I install an additional java on MacOS? I installed jdk8 and that works fine. but now I need a jdk7 installation for development purposes. When trying to install the old version via DMG file, i get a warning, that there is already a newer version of java installed and the installer quits. /usr/libexec/java_home -verbose Matching Java Virtual Machines (1): 1.8.0_20, x86_64: \"Java SE 8\" /Library/Java/JavaVirtualMachines/jdk1.8.0_20.jdk/Contents/Home /Library/Java/JavaVirtualMachines