나는 이 질문 의 정보에 따라 프로그램에 싸여있다 . 이제 설치되었지만 실행 방법을 알 수 없습니다. 동일한 버전의 Ubuntu를 실행하는 친구는 동일한 방식으로 설치 한 후 시작하는 데 문제가 없었습니다.
이것이 내가 한 일입니다.
$ ./Psychonauts
./Psychonauts: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
그래서 나는 계속해서 :
$ sudo apt-get install libstdc++.so.6
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libstdc++.so.6
E: Couldn't find any package by regex 'libstdc++.so.6'
며칠 전에 Linux를 사용하기 시작했습니다.
좋아, 그래서 apt 파일과 apt 파일 업데이트를 설치했다.
그러나 우리는 또 다른 걸림돌을 쳤다.
usagiyojimbo@Usagi:~$ sudo apt-file find libstdc++.so.6
[sudo] password for usagiyojimbo:
E: The cache is empty. You need to run 'apt-file update' first.
내가 할 때 나는 그렇게 말했다.
File is up-to-date.
Ignoring source without Contents File:
a link they won't let me post
또는
File is up-to-date.
Downloading Index a link
No Index available.
Downloading complete file a link
Psychonauts를 실행하려고 할 때 여전히 같은 오류가 발생합니다.
sudo apt-get install libstdc++6