この質問の情報に基づいて、私はプログラムに取り組んだ。インストールされましたが、実行方法がわかりません。同じバージョンの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-fileとapt-file updateをインストールしました。
しかし、その後、別の障害が発生しました。
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