Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brew cask install <app> - Staged installation #10089

Closed
ladislas opened this issue Mar 17, 2015 · 4 comments
Closed

brew cask install <app> - Staged installation #10089

ladislas opened this issue Mar 17, 2015 · 4 comments

Comments

@ladislas
Copy link
Contributor

Hi there! :)

I'm kinda reopening @dschinkel's issue #9974 about the staged installation.

I've been having this issue for the last 10 casks I've been trying to install. Most notorious are Mailbox App, Skype, Sublime-Text and Spotify.

Here after are screenshots of the Mailbox installation. For every app it's the same, the message says the installation stagged and when I cd to the app folder, I find a symlink of the Applications folder.

screenshot 2015-03-15 16 19 03

screenshot 2015-03-15 16 18 54

This happens on a brand new Macbook Pro, brew doctor says that everything is fine.

And here is the output of brew cask doctor: https://gist.github.com/ladislas/097d87cbe98b7b33dd19

@tapeinosyne
Copy link
Contributor

Everything appears to be working normally, but there may be some confusion about what “staging” and “installation” mean in homebrew-cask.

The staging process merely extracts the contents of a package as downloaded. Many dmg packages include an /Applications symlink for ease of manual installation, causing it to appear in the staging location.

Besides staging, brew cask install symlinks the desired artifacts (in this case, Mailbox (Beta).app) to your application folder, /Applications.

@ladislas
Copy link
Contributor Author

so if I understand correctly, the the last message with the beer means that everything went well?

screenshot 2015-03-17 10 03 03

@vitorgalvao
Copy link
Member

the last message with the beer means that everything went well?

Yes.

Just a clarification, though. The symlinks will, by default, be placed in ~/Applications. To set them in /Applications you need to set the —appdir option. This will be reversed in the future.

Closing as solved.

@ladislas
Copy link
Contributor Author

Okay thank you very much! :)

Yes, I know about the --appdir option and I'm using it. Great to see it will become the default behavior.

@Homebrew Homebrew locked and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants