
Ich verwende Kali Linux OS, ich habe ein Problem mit libcrypto.so.1.0.0
der Bibliothek
/Bureau/PacketTracer62Student/bin$ ./PacketTracer6
./PacketTracer6: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
Antwort1
Sie müssen installierenlibssl1.0.0
:
sudo apt-get install libssl1.0.0
Zur späteren Bezugnahme können Sie apt-file
dies durch die Installation selbst herausfinden:
sudo apt-get install apt-file
sudo apt-file update
apt-file search libcrypto.so.1.0.0
Antwort2
- sudo nano /etc/apt/sources.list
- deb hinzufügenhttp://security.ubuntu.com/ubuntubionische Sicherheit Haupt
- sudo apt update und apt-cache-Richtlinie libssl1.0-dev
- sudo apt-get installiere libssl1.0-dev
Antwort3
Die Verwendung reinstall
hat bei mir funktioniert:
sudo apt-get install libssl1.0.0 libssl-dev --reinstall
Antwort4
Bearbeiten Sie die Quellliste mit, sudo nano /etc/apt/sources.list
um die folgende Zeile hinzuzufügen
deb http://security.ubuntu.com/ubuntu xenial-security main
Dann sudo apt update
undsudo apt install libssl1.0.0