
This tutorial will be helpful for beginners to download and install Stremio on Linux systems (ie) Ubuntu 20.04 LTS, Debian, Arch Linux, Manjaro Linux, and other Linux distributions using official packages and Flatpak.
What is Stremio?
Stremio is a free and open-source modern media center that’s a one-stop solution for your video entertainment, by using Stremio you can watch Movies, TV Shows, Live TV, and web channels.
Stremio is a multiplatform software that can be installed on Linux, Windows, Android, ios, and macOS also. It also has an inbuilt Chromecast feature that allows you to cast both from Desktop and Mobile apps.
Stremio can be installed on Linux based systems via 2 methods
- Method 1: Via Official installer file / from Repository
- Method 2: Via Flatpak ( Applicable for all distributions )
Install Stremio on Ubuntu / Debian
Step 1: Download the Deb file from the downloads page or use the below command
wget https://dl.strem.io/shell-linux/v4.4.142/stremio_4.4.142-1_amd64.deb
Step 2: Install Stremio on the Ubuntu / Linux Mint / Debian systems
sudo dpkg -i stremio_4.4.142-1_amd64.deb
During installation, if you are facing a dependency issue as per the below screenshot execute the below command to fix it

sudo apt install -f
Install Stremio on Manjaro Linux / Arch Linux / Other Linux distributions
By using Flatpak repositories you can install the Stremio on Fedora, Manjaro Linux, and other supported distributions.
Step 1: Install Flapak on your system using the setup guide
Step 2: Install Stremio using Flatpak
flatpak install flathub com.stremio.Stremio
Step 3: Run Stremio
flatpak run com.stremio.Stremio

Conclusion
From this tutorial, you have learned how to download and install Stremio on Ubuntu 20.04 LTS, LinuxMint 20.3, Manjaro Linux, Arch Linux and Fedora via Flatpak and official installer files.
Do let us know your comments and feedback in the comments section below.
If my articles on TipsonUNIX have helped you, kindly consider buying me a coffee as a token of appreciation.
Thank You for your support!!