An open API service indexing awesome lists of open source software.

https://github.com/kabir5296/stremio-ubuntu24.04-fix

Fix for Streamio installation in Ubuntu 24.04 LTS
https://github.com/kabir5296/stremio-ubuntu24.04-fix

Last synced: 3 months ago
JSON representation

Fix for Streamio installation in Ubuntu 24.04 LTS

Awesome Lists containing this project

README

        

I know, a lot of you must have faced the problem with Stremio installation in Ubuntu 24.04 LTS.
After going through it elaborately, I now know why it happens.
The main reason is, Ubuntu 24.04 does not uses (and does not identifies) ```libmpv1```
The way around is to simply create another .deb file from the original stremio deb, and change the dependencies. To do so, just run the script.

```
chmod +x ./install_stremio.sh
./install_stremio.sh
```