Nie mogę zainstalować biblioteki

Wydając polecenie apt-get install libssl0.9.8 pojawia się taki log:

root@SuperTux:/home/cezary/Pobrane# apt-get install libssl0.9.8
Czytanie list pakietów… Gotowe
Budowanie drzewa zależności
Odczyt informacji o stanie… Gotowe
Pakiet libssl0.9.8 nie ma dostępnej wersji, ale odnosi się do niego inny pakiet.
Zazwyczaj oznacza to, że pakietu brakuje, został zastąpiony przez inny
pakiet lub nie jest dostępny przy pomocy obecnie ustawionych źródeł.
E: Pakiet libssl0.9.8 nie ma kandydata do instalacji

Z repozytorium próbujesz instalować czy pakiet jest w katalogu Pobrane?

Pokaż wyniki poleceń - z konta użytkownika:
ls -la ~/Pobrane
apt-cache policy libssl

W katalogu Pobrane.
ls -la ~/Pobrane:

cezary@SuperTux:~/Pobrane$ ls -la ~/Pobrane
razem 777456
drwxr-xr-x 6 cezary cezary 4096 wrz 16 18:50 .
drwxr-xr-x 41 cezary cezary 4096 wrz 16 18:49 …
-rw-rw-r-- 1 cezary cezary 25921630 wrz 16 18:50 cav-linux_x64.deb
-rw-rw-r-- 1 cezary cezary 483603646 kwi 8 19:10 d3demo.exe
drwxrwxr-x 2 cezary cezary 4096 cze 26 16:36 Enemy Territory
-rw-rw-r-- 1 cezary cezary 275647724 cze 25 11:39 et260b.x86_full.zip
-rw-rw-r-- 1 cezary cezary 2380 cze 25 10:50 getdeb-repository_0.1-1~getdeb1_all.deb
-rw-rw-r-- 1 cezary cezary 2373679 cze 25 11:02 jagged.alliance2_1.06b-english-2.run
drwxrwxr-x 2 cezary cezary 4096 cze 25 19:47 Medal of Honor
-rwxr-xr-x 1 cezary cezary 7952607 cze 25 11:21 ssamtse-beta1.sh.bin
-rw-rw-r-- 1 cezary cezary 570590 wrz 15 20:15 ubuntu-tweak_0.8.7-1~getdeb2~xenial_all.deb
drwxr-xr-x 5 root root 4096 lut 13 2013 Unigine_Heaven-4.0
drwxr-xr-x 5 root root 4096 cze 20 19:19 Unigine_Superposition-1.0

apt-cache policy libssl

cezary@SuperTux:~/Pobrane$ apt-cache policy libssl
N: Nie udało się odnaleźć pakietu libssl

To tak pokaż - prawdopodobnie nie ma takiej wersji w ogóle:
apt-cache search libssl

apt-cache search libssl:

cezary@SuperTux:~/Pobrane$ apt-cache search libssl
libssl-dev - Secure Sockets Layer toolkit - development files
libssl-doc - Secure Sockets Layer toolkit - development documentation
libssl1.0.0 - Secure Sockets Layer toolkit - shared libraries
libssl1.0.0-dbg - Secure Sockets Layer toolkit - debug information
libssl-ocaml - OCaml bindings for OpenSSL (runtime)
cl-plus-ssl - Common Lisp interface to OpenSSL
dcmtk - OFFIS DICOM toolkit command line utilities
dlang-openssl - D version of the C headers for openssl
libdcmtk-dev - OFFIS DICOM toolkit development libraries and headers
libdcmtk5 - OFFIS DICOM toolkit runtime libraries
libssl-ocaml-dev - OCaml bindings for OpenSSL
libsslcommon2 - enterprise messaging system - common SSL libraries
libsslcommon2-dev - enterprise messaging system - common SSL development files

i już się domyślasz jaką komendę wykonać ? :stuck_out_tongue:

apt-get install libssl?

1 polubienie

Doszedłem do takiego momentu

cezary@SuperTux:~/Pobrane$ sudo dpkg -i cav-linux_x64.deb
(Odczytywanie bazy danych … 274082 pliki i katalogi obecnie zainstalowane.)
Przygotowywanie do rozpakowania pakietu cav-linux_x64.deb …
Rozpakowywanie pakietu cav-linux (1.1.268025-1) nad (1.1.268025-1) …

Uninstallation succeed!

Konfigurowanie pakietu cav-linux (1.1.268025-1) …
$Starting cmdagent: The cmdagent started successfully!
$Starting cmgdaemon: The cmgdaemon started successfully!

Installation succeed, but it must be properly configured before using.
Please run /opt/COMODO/post_setup.sh script manually to configure it.

cezary@SuperTux:~/Pobrane$ cav-linux
cav-linux: nie znaleziono polecenia

Trzeba było uruchomić ten skrypt i wszystko działa. Antywirus na Linuksie to jest coś :slight_smile:

to miło że sam na to wpadłeś co trzeba zrobić :wink: