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
- Host: GitHub
- URL: https://github.com/kabir5296/stremio-ubuntu24.04-fix
- Owner: Kabir5296
- Created: 2025-02-25T08:55:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T11:57:32.000Z (3 months ago)
- Last Synced: 2025-03-08T12:28:33.705Z (3 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```