我是 Ubuntu 新手,正在嘗試安裝 steam。我下載了 steam_latest.deb 並安裝了它,但每當我嘗試打開它時,它都會顯示以下內容:
Steam needs to install these additional packages:
libgl1-mesa-dri:i386, libgl1-mesa-glx:i386, libc6:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libgl1-mesa-dri:i386
E: Unable to locate package libgl1-mesa-glx:i386
E: Unable to locate package libc6:i386
Press return to continue:
從字面上看,任何幫助都是感激的,我很迷失;v;
答案1
您可能沒有啟用對 32 位元架構 (i386) 的支援。在 64 位元安裝中預設為停用它。從終端機試試這個:
sudo dpkg --add-architecture i386
然後更新您的包裹清單
sudo apt update
嘗試再次開啟 Steam,希望您現在能夠安裝所需的軟體包。