Pop-Os
Pop!_OS for PCSX2 Lutris runner 中缺少 i386 依賴項
我遇到了一個問題。PCSX2 runner 缺少一些 i386 庫,無法在 Lutris 中執行。
有人可以幫我獲取它們嗎?我應該怎麼做才能安裝它們?我在網上發現了一些類似的主題,但不幸的是,它們都沒有奏效。他們中的一些人建議安裝獨立的 PCSX2 模擬器,但這首先會破壞在 Lutris 中擁有這樣的跑步者的需要。
未安裝 i386 庫:libgdk-x11-2.0.so.0、libEGL.so.1、libOpenGL.so.0
您可以使用 apt 安裝軟體包
apt-file
,並使用 apt-file 來決定要安裝的軟體包:sudo apt install apt-file apt-file update apt-file search libgdk-x11-2.0.so.0 apt-file search libEGL.so.1 apt-file search libOpenGL.so.0
或者您可以使用線上搜尋來確定包名稱:
1. Ubuntu https://packages.ubuntu.com/search?mode=filename&suite=bionic§ion=all&arch=amd64&keywords=libEGL.so.1&searchon=contents …..和….. https://packages.ubuntu .com/search?mode=filename&suite=bionic§ion=all&arch=amd64&keywords=libOpenGL.so.0&searchon=contents
2. Debian https://packages.debian.org/search?searchon=contents&keywords=libgdk-x11-2.0.so.0