-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Apps not properly installed #391
Comments
Are you sure Having said that, you should see the message of them being linked. Please run |
I had my brew and cask updated today. I just tried another app and worked: ==> Downloading https://s3.amazonaws.com/static.getcloak.com/osx/updates/Release/Cloak-1.2.dmg then I uninstalled all apps, I previously installed. But reinstalling weren't successful: Also I noticed, uninstalled apps leaves empty folders. It's a bit confusing, installing apps with cask when I already installed them in /Applications, there should be a way to exchange them. Daniel Große Am Donnerstag, 30. Mai 2013 um 13:24 schrieb Vítor Galvão:
|
From the apps you mentioned, the issue is clear. Homebrew-cask now has a mandatory I agree, regarding the empty directories. As for a way to exchange them with the apps in I’ll go ahead and close this, as it’s something known and being worked on. If you want to help with contributions or suggestions, they’re certainly welcome. |
Th new URL is https://github.com/caskroom/homebrew-cask/blob/master/doc/FAQ.md#why-use-homebrews-cellar-why-not-just-manage-apps-directly-in-applications (the project moved) @vitorgalvao |
@wamatt Moving apps instead of linking them is planned, but not yet implemented. You should be able to do it manually without issue, though. At one point I had a script (probably wouldn’t be able to find it now) that would simply look at the links created by homebrew-cask and move the apps based on that. |
@vitorgalvao thanks. good to know. I tried reading the thread yesterday but got owned by the tldr. I figured moving might cause problems, if you were storing some extra metadata there. Once it's moved though, will upgrade and uninstall still work? |
They should still work, yes, that’s the plan. |
great! |
When I try to install some apps with cask I don't find them in the Application Folder. The bash output is as follows:
brew cask install tunewiki
==> Downloading http://www.tunewiki.com/download/desktop/TuneWiki_Installer.dmg
################################################################## 100,0%
==> Success! tunewiki installed to /opt/homebrew-cask/Caskroom/tunewiki/2.1.0
No linking is done.
After
brew cask linkapps
the Application folder was linked into every app folder in /opt/homebrew-cask/Caskroom/
How does cask handle already installed apps?
The text was updated successfully, but these errors were encountered: