오류는 다음과 같습니다
You are missing the following 32-bit libraries, and Steam may not run: libc.so.6
Playonlinux가 보여주고 있습니다
PlayOnLinux is unable to find 32bits OpenGL libraries. You might encounter problem with your games
추신: 저는 해당 웹사이트에 .deb 파일이 포함된 Steam을 설치했습니다.
답변1
이 스키마를 활성화해야 합니다 i386
(스키마와 병렬로 amd64
).
sudo dpkg --add-architecture i386
sudo apt-get update
그런 다음 누락된 라이브러리를 설치하십시오. 아마도 Steam과 PlayOnLinux에 필요한 모든 것을 얻는 가장 빠른 방법은 Steam과 PlayOnLinux wine32
를 사용하지 않더라도 설치하는 것입니다.
sudo apt-get install wine32