unable to install any package - Mac OS Sequoia #5621
Replies: 5 comments 12 replies
-
Looks like a permissions issue, but can't really tell the details from the output given. You'll have a much better time if you installed Homebrew into
If you install Homebrew into |
Beta Was this translation helpful? Give feedback.
-
anybody for help please |
Beta Was this translation helpful? Give feedback.
-
Try deleting some folders like these: brew cleanup \
sudo rm -rf /var/folders/* \
sudo rm -rf /tmp/* and reboot. I believe it might be a permission issue with temporary files. Most of these are temporary files and folders, but proceed at your own risk. |
Beta Was this translation helpful? Give feedback.
-
nothing workup yet, still facing this issue. brew update is working fine and its being updated as well, but unable to install any package, i think developers needs to work on it asap. |
Beta Was this translation helpful? Give feedback.
-
tl;dr Installing formulae from bottles is not currently supported for Intel Macs running Sequoia. (You can build from source, however.) Your It's not clear to me if support for Sequoia on Intel Macs will enjoy support parity with Apple Silicon. The closest thing I could find regarding this situation is this issue. This discussion thread, while ostensibly about the end of Monterrey support, seems apropos here (emphasis mine):
|
Beta Was this translation helpful? Give feedback.
-
Output of
brew config
Output of
brew doctor
Description of issue
Hi there,
issue is i am unable to install any package or update any package.
below is the output for wget install.
Beta Was this translation helpful? Give feedback.
All reactions