After installing, the App doesn’t show up 🙁 Run it via command line, if u get Stremio: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory.
will need to install the missing libraries manually:
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.2_amd64.deb
sudo dpkg -i libssl1.1_1.1.1l-1ubuntu1.2_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/multiverse/f/fdk-aac/libfdk-aac1_0.1.6-1_amd64.deb
sudo dpkg -i libfdk-aac1_0.1.6-1_amd64.deb`
*First one might not work so download the updated library directly from the Ubuntu repo.