Steam에서는 libgl1-mesa-dri:i386, libgl1-mesa-glx:i386, libc6:i386과 같은 추가 패키지를 설치해야 합니다.

Steam에서는 libgl1-mesa-dri:i386, libgl1-mesa-glx:i386, libc6:i386과 같은 추가 패키지를 설치해야 합니다.

말 그대로 우분투를 시작한 지 약 6시간이 지났습니다. 데스크톱에 Steam을 설치했습니다. 완전히 설치하고 업데이트할 수는 없는 것 같습니다.

아이콘을 클릭하면 다음과 같은 내용이 나옵니다.

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
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libgl1-mesa-glx:i386 : Depends: libglapi-mesa:i386 (= 10.1.3-0ubuntu0.6)
 unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                        Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages

저는 64비트 버전을 실행 중이므로 이것이 문제일 수 있다는 것을 알고 있습니다. 내 PC에 대한 일반적인 개요입니다. sandybridge를 달리는 2009 hp 파빌리온입니다.

터미널에서 계속하면:

You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1

64비트 문제를 해결하고 32비트 파일을 설치하는 방법에 대한 단계별 가이드가 있는 사람이 있다면. 알려주세요. 지금까지 나는 실제로 Linux를 조작하는 것을 즐기고 있으므로 이것은 배워야 할 또 다른 것입니다.

답변1

추가 패키지가 설치되는 것 같습니다.

노력하다sudo apt install libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libc6:i386 --no-recommends

지금은 Linux 컴퓨터를 사용하고 있지 않으므로 작동하지 않을 수 있습니다. 기억이 없어졌네요.

관련 정보