Try install homebrew on arm64 ubuntu #4796
Replies: 2 comments 12 replies
-
What you encountered was likely an issue running While running Footnotes
|
Beta Was this translation helpful? Give feedback.
-
What you encountered was likely an issue running While running Footnotes
|
Beta Was this translation helpful? Give feedback.
-
Additional Info
Output of
brew config
lima@lima-ubuntu-lts:~$ ruby -v ruby 2.6.10p210 (2022-04-12 revision 67958) [aarch64-linux]
Output of
brew doctor
Description of issue
lima@lima-ubuntu-lts:~$ ./install.sh
==> Checking for sudo access (which may request your password)...
==> This script will install:
/home/linuxbrew/.linuxbrew/bin/brew
/home/linuxbrew/.linuxbrew/share/doc/homebrew
/home/linuxbrew/.linuxbrew/share/man/man1/brew.1
/home/linuxbrew/.linuxbrew/share/zsh/site-functions/_brew
/home/linuxbrew/.linuxbrew/etc/bash_completion.d/brew
/home/linuxbrew/.linuxbrew/Homebrew
Press RETURN/ENTER to continue or any other key to abort:
==> /usr/bin/sudo /bin/chown -R lima:lima /home/linuxbrew/.linuxbrew/Homebrew
==> Downloading and installing Homebrew...
HEAD is now at Homebrew/brew@aa2a77b Merge pull request Homebrew/brew#16010 from apainintheneck/improve-versioned-formula-names-performance
Error: No Homebrew ruby 2.6.10_1 available for aarch64 processors!
Error: Failed to install Homebrew Portable Ruby and cannot find another Ruby 2.6.10!
If there's no Homebrew Portable Ruby available for your processor:
install Ruby 2.6.10 with your system package manager (or rbenv/ruby-build)
make it first in your PATH
try again
Failed during: /home/linuxbrew/.linuxbrew/bin/brew update --force --quiet
Beta Was this translation helpful? Give feedback.
All reactions