我一直在尝试在debian 9上安装steam,我需要获得i386架构,但它不允许我这样做
dpkg --print-architecture
返回
amd64
当我使用dpkg --print-foreign-architectures
时
它以i386
使用sudo dpkg --add-architecture i386
什么也没有回报我,但即使在
sudo apt-get update
不使用sudo我收到以下错误
dpkg: error: unable to create new file '/var/lib/dpkg/arch-new': Permission denied
我似乎找不到有关我的系统的修复
答案 0 :(得分:0)
如果您尝试安装 Steam for Windows快照运行snap install steamforwindows --edge
如果您尝试构建 Steam for Windows快照运行:
git clone https://github.com/snapcrafters/steamforwindows.git
cd steamforwindows
sudo snapcraft # needs sudo to enable the i386 architecture