User avatar
chambliss
3
1
Like
are there any drawbacks to installing regular applications like chrome with brew

Answer

There are a few potential drawbacks to installing regular applications like Chrome with Homebrew:
  1. 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
    .
  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
    1
    .
    This may cause confusion if you have multiple installations of the same application.
  3. Slower download speeds: Some users have reported slower download speeds when installing applications with Homebrew compared to the official installer
    5
    .
  4. 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.
Despite these drawbacks, Homebrew offers several advantages, such as easier uninstallation, better package management, and the convenience of installing and managing applications from the command line
1
2
.
Ultimately, the choice between using Homebrew or the official installer depends on your personal preferences and requirements.

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