Steam 尝试安装一些依赖项但无法找到包

Steam 尝试安装一些依赖项但无法找到包

我尝试安装 steamUbuntu 20.04steam 曾尝试安装libgl1-mesa-dri:i386libgl1:i386但我收到了这些错误。

Package libgl1:i386 is not available, but is referred to by another package.
This may mean that the package.

This may mean that the package is missing, has been obsoleted, or is only available from another package

Package libgl1-mesa-dri:i386 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 package
However the following packages replace it:
  libgl1-mesa-dri

E: Package 'libgl1-mesa-dri:i386' has no installation candidate
E: Package 'libgl1:i386' has no installation candidate
  • 我已经有了libgl1-mesa-drilibgl1 已安装
  • 我尝试执行 sudo apt-get install --reinstalledlibgl1-mesa-dri libgl1下载失败

提前感谢大家的帮助。

编辑/注:我在安装 steam 之前已经启用了 i386 架构。

答案1

这对我很有帮助。

sudo apt purge steam
sudo apt update && sudo apt upgrade
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install steam

相关内容