🦦 chris_cadev notes

Search IconIcon to open search

resolve issue of No useable version of libssl

Last updated July 27, 2022.

#unity #os/ubuntu


# resolve issue of No useable version of libssl

The fix that worked for me was manually downloading the ’libssl1.0.0_1.0.2n-1ubuntu5.8_amd64.deb’ package from http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/ then, in the download location:

1
sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.8_amd64.deb

# References

# author

AlfieBooth

# position

https://forum.unity.com/threads/workaround-for-libssl-issue-on-ubuntu-22-04.1271405/ at Workaround for libssl issue on Ubuntu 22.04


Interactive Graph