Steam 是适用于 Linux、Windows 和 macOS 的流行 PC 游戏应用程序。它为您提供购买和安装游戏、玩多人游戏以及通过其平台上的社交网络与其他游戏玩家保持联系的选项。
在 Debian 11 Bullseye 上安装 Steam
步骤 1. 在我们安装任何软件之前,通过apt
在终端中运行以下命令来确保您的系统是最新的很重要:
sudo apt update
sudo apt upgrade
步骤 2. 启用 32 位支持(多架构)。
Multi-Arch 帮助系统为 32 位和 64 位架构安装包和依赖项。由于许多游戏支持 32 位架构,因此我们需要在安装 Steam 之前在 Debian 上启用其 32 位支持:
sudo dpkg --add-architecture i386
步骤 3. 在 Debian 11 上安装 Steam。
Steam 在标准 Debian 11 存储库中不可用,现在我们将非免费存储库添加到您的系统中:
sudo nano /etc/apt/sources.list
添加以下行:
deb http://deb.debian.org/debian/ bullseye main non-free contrib deb-src http://deb.debian.org/debian/ bullseye main non-free contrib deb http://security.debian.org/debian-security bullseye/updates main contrib non-free deb-src http://security.debian.org/debian-security bullseye/updates main contrib non-free
现在,使用以下命令在您的 Debian 11 操作系统上安装 Steam 应用程序:
sudo apt update
sudo apt install steam
步骤 3. 在 Debian 上访问 Steam。
安装完成后,进入所有应用程序并搜索安装 Steam 应用程序,当其图标出现时,单击以运行它。
感谢您使用本教程在 Debian 11 Bullseye 上安装最新版本的 Steam。如需更多帮助或有用信息,我们建议您查看Steam 官方网站。
© 版权声明
文章版权归作者所有,未经允许请勿转载。