If you want to install the Stremio application on your Linux system for watching your favorite movies, shows, and videos. You can read this tutorial for installing the Stremio on Linux system.
Follow the steps to install Stremio on Linux
You can install the Stremio on Linux by using the AppImage and install manually. You can select any one method which one suitable for you.
How to install Stremio on Linux manually
- Open your Linux System.
- If you tried to install the Stremio on Linux and your Stremio is not installed properly then you can use these below command for removing the previous Stremio folder.
sudo rm -Rf /opt/stremio
sudo rm -Rf /usr/bin/stremio
sudo rm -Rf /usr/share/applications/stremio.desktop - You can check your system configuration is 32 bit or 64 bit by using the below command.
uname -m - If your Linux system is 64 bit then you can use the below command and link to install Stremio application.
wget “https://www.strem.io/download?platform=linux” -O stremio.tar.gz - You can create a folder by using the below command and also save the program icon as per your interest.
sudo mkdir /opt/stremio
sudo wget https://www.stremio.com/website/stremio-logo-small.png -O /opt/stremio/strem - After that, you can use the below command unzip the file.
sudo tar -vzxf stremio.tar.gz -C /opt/stremio/ - You can create a shortcut icon on your system by using the below command
sudo ln -sf /opt/stremio/Stremio.sh /usr/bin/stremio - If your system is support the graphical envoirement then you can use the below command for creating a launcher for program.
echo -e ‘[Desktop Entry]\n Version=1.0\n Name=stremio\n Exec=/opt/stremio/Stremio.sh\n Icon=/opt/stremio/stremio.png\n Type=Application\n Categories=Application’ | sudo tee /usr/share/applications/stremio.desktop
How to install Stremio 4 beta on Linux via AppImage file
- Open your terminal.
- You can use the below command for installing the Stremio 4 beta on Linux
wget “https://www.strem.io/download?platform=linux&four=true” -O stremio.appimage - After that, use the below command for giving the executing permission for your downloading file.
chmod +x stremio.appimage - Use the below command install the Stremio $ beta on Linux
./stremio.appimage