Im trying to use twoBitToFa, which is a small program released by the University of California Santa Cruz, that uncompresses large genome files and I get this error:
error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
I tried searching for what package provides it. I switched from Fedora which had yum provides
but when looking for the Ubuntu equivalent, I came across apt-file search
but when I tried that I got a command not found error.
How can I get this libssl file, and more generally, how can I search for what package provides a file so I can do this by myself in the future?