Closed santidediego closed 9 months ago
Seems like something is wrong with my current libssl version, solved as detailed in this comment.
Just for curiosity, is there any other way to install it without downgrading the libssl?
Anyway you can mark it as closed.
Fixing by install with ROOT SUDO
sudo -i
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
Error raises when doing
sudo apt-get install -y libnullpay
or any other library.Error message:
Depends: libssl1.1 but it is not installable
Any solution/workaround?