E:程序包“steamcmd”没有安装候选项

E:程序包“steamcmd”没有安装候选项

每次我尝试通过 apt 安装 SteamCMD 时,它都会响应:

Package steamcmd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'steamcmd' has no installation candidate

我有一个运行 Ubuntu 20.04 的 Raspberry Pi。

答案1

快速扫描 ( rmadison steamcmd)

guiverc@d960-ubu2:/home/wallpapers$   rmadison steamcmd
 steamcmd | 0~20130205-1 | xenial/multiverse  | source, i386
 steamcmd | 0~20130205-1 | bionic/multiverse  | source, i386
 steamcmd | 0~20180105-3 | focal/multiverse   | source, i386
 steamcmd | 0~20180105-4 | groovy/multiverse  | source, i386
 steamcmd | 0~20180105-4 | hirsute/multiverse | source, i386

(或通过网络浏览器;https://packages.ubuntu.com/search?suite=all§ion=all&arch=any&keywords=steamcmd&searchon=names

显示该命令仅适用于i386架构;即不是使用树莓派armv7或者arm64. 你的 pi 的 CPU 不适合steamcmd

相关内容