【发布时间】:2021-10-20 17:34:44
【问题描述】:
这些是我的树莓派操作系统、内核版本和架构配置
Operating System: Raspbian GNU/Linux 10 (buster)
Kernel: Linux 5.10.52-v7l+
Architecture: arm
当我尝试运行他们的脚本时(https://brew.sh/):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
我明白了
Homebrew on Linux is only supported on Intel processors!
而且,每当我尝试运行 brew 命令时,我都会得到:
-bash: brew: command not found
【问题讨论】:
-
抱歉,我不明白你为什么要在 Raspbian 上安装 Linuxbrew。为什么不直接使用
apt来管理您的包? -
那是因为我想在我的树莓派上安装MongoDB,但后来发现mongo与arm32v7不兼容
标签: raspberry-pi homebrew raspbian