ฉันปล้ำกับโปรแกรมตามข้อมูลในคำถามนี้ ตอนนี้ติดตั้งแล้ว แต่ฉันหาวิธีใช้ไม่ได้ เพื่อนที่ใช้ 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