chambliss
3
1
Like
are there any drawbacks to installing regular applications like chrome with brew
Sources
Installing stuff: brew vs. official installer - which one should be used? - Ask Different
stackexchange
·
1
Homebrew pros and cons on macOS - Super User
superuser
·
2
What is the advantage of using Homebrew against pre-packaged software (for Ungoogled Chromium or other browsers)? : r/MacOS - Reddit
reddit
·
3
View 3 more
Answer
There are a few potential drawbacks to installing regular applications like Chrome with Homebrew:
. Ultimately, the choice between using Homebrew or the official installer depends on your personal preferences and requirements.
-
Update conflicts: Some applications have built-in update mechanisms that may conflict with Homebrew's update process. However, Homebrew can be configured to leave the update responsibility to the app itself using the
auto_updates true
option, which should avoid conflicts.2 -
Installation location: Homebrew installs applications in a different location than the official installer. For example, Homebrew installs Node.js in
/usr/local/Cellar
, while the official installer puts it in/usr/local/bin
. This may cause confusion if you have multiple installations of the same application.1 -
Slower download speeds: Some users have reported slower download speeds when installing applications with Homebrew compared to the official installer.5
- Limited application support: Homebrew may not support all applications, and some applications may not be available as casks. In such cases, you would need to use the official installer or another method to install the application.
1
2
Related
what are the advantages of using Homebrew to install applications on Mac
how to uninstall applications installed with Homebrew
what are the risks of using Homebrew to install applications on Mac