无法创建新文件'/ var / lib / dpkg / arch-new'

时间:2018-06-10 19:11:46

标签: steam dpkg debian-stretch

我一直在尝试在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

我似乎找不到有关我的系统的修复

1 个答案:

答案 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