{"id":1248,"date":"2021-12-16T12:27:19","date_gmt":"2021-12-16T09:27:19","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/24\/how-to-use-and-install-stremio-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/24\/how-to-use-and-install-stremio-on-linux\/"},"modified":"2021-12-16T12:27:19","modified_gmt":"2021-12-16T09:27:19","slug":"how-to-use-and-install-stremio-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1248-how-to-use-and-install-stremio-on-linux\/","title":{"rendered":"How to use and install Stremio on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Stremio is a media center that allows users to watch movies, TV shows, and even YouTube videos instantaneously. It also supports DLNA and many other features. Here\u2019s how to use Stremio on Linux.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409901 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-and-install-stremio-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"646\"\/><\/p>\n<h2>Installing Stremio on Linux<\/h2>\n<p>The Stremio application is available for a wide variety of Linux operating systems through the official Stremio website. The operating systems supported are Ubuntu, Debian, Arch Linux, Manjaro, as well as any Linux operating system that supports Flatpak.<\/p>\n<p>To start the installation process for Stremio on your Linux computer, you must open up a terminal window. You can launch a terminal by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<p>With the terminal window open, the installation can begin. Using the instructions below that match the OS you use, set up Stremio on your computer.<\/p>\n<h4>Ubuntu<\/h4>\n<p>There is a DEB package available for Ubuntu users. That being said, it may not work on every release of Ubuntu. If you\u2019re on 21.10 or newer, it may be best to install Stremio via Flatpak.<\/p>\n<p>To get the latest DEB package for Stremio on your Ubuntu PC, make use of the following <strong>wget<\/strong> download command.<\/p>\n<pre>\nwget https:\/\/dl.strem.io\/shell-linux\/v4.4.137\/stremio_4.4.137-1_amd64.deb\n<\/pre>\n<p>With the download complete, you\u2019ll be able to install Stremio on Ubuntu using the <strong>apt install<\/strong> command.<\/p>\n<pre>\nsudo apt install .\/stremio_4.4.137-1_amd64.deb\n<\/pre>\n<h4>Debian<\/h4>\n<p>If you\u2019re on Debian, you\u2019ll be able to get the Stremio app up and running using the official DEB package on their website. To get your hands on the Stremio DEB package use the following <strong>wget<\/strong> download command.<\/p>\n<pre>\nwget https:\/\/dl.strem.io\/shell-linux\/v4.4.137\/stremio_4.4.137-1_amd64.deb\n<\/pre>\n<p>When the download is complete, use the <strong>dpkg<\/strong> command to set up the Stremio DEB package on your Debian system.<\/p>\n<pre>\nsudo dpkg -i stremio_4.4.137-1_amd64.deb\n<\/pre>\n<p>Following the installation of Stremio on Debian, dependencies must be corrected. To fix the issues, use the <strong>apt-get install -f<\/strong> command down below.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>Stremio is on Arch Linux as well as Manjaro (which is based on Arch) via the AUR. To get the app working via the AUR, you\u2019ll have to set up the Trizen AUR helper. This program will automate the installation of AUR apps.<\/p>\n<pre>\nsudo pacman -S git base-devel\ngit clone https:\/\/aur.archlinux.org\/trizen.git\ncd trizen\/\nmakepkg -sri\n<\/pre>\n<p>With the Trizen application up and running on your system, install the latest release of Stremio on your computer using the <strong>trizen -S<\/strong> command in a terminal window.<\/p>\n<pre>\ntrizen -S stremio\n<\/pre>\n<h4>Fedora<\/h4>\n<p>The Stremio application doesn\u2019t support Fedora via their website. That said, the app is in the official Fedora software repositories, so it doesn\u2019t matter. To get Stremio working on your Fedora system, use the following <strong>dnf install<\/strong> command.<\/p>\n<pre>\nsudo dnf install stremio\n<\/pre>\n<h4>OpenSUSE<\/h4>\n<p>Sadly, there\u2019s no RPM package available for installation on the website for OpenSUSE, and the app also isn\u2019t in the official repos. If you want tog et<\/p>\n<h4>Flatpak<\/h4>\n<p>Stremio is available as a Flatpak, and if you want to use it, you\u2019ll have to set up the Flatpak runtime on your computer. To do that, follow along with our setup guide.<\/p>\n<p>Once the Flatpak runtime is configured and ready to go, the Stremio app is ready to install. Enter the two commands to get the app set up.<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\nflatpak install flathub com.stremio.Stremio\n<\/pre>\n<h2>How to use Stremio on Linux<\/h2>\n<p>To use Stremio on Linux, follow along with the step-by-step instructions below.<\/p>\n<p><strong>Step 1:<\/strong> Find the Stremio application and launch it through the app menu. When the app is open, you\u2019ll see a sign-up page. Stremio requires that users sign up before using the application.<\/p>\n<p>To sign up, click on the Facebook button or enter your info in the text boxes.<\/p>\n<p><strong>Step 2:<\/strong> If you\u2019ve selected the Facebook button, you\u2019ll see your profile and a login button. Select the login button to access Stremio.<\/p>\n<p><strong>Step 3:<\/strong> Once inside Stremio, you\u2019ll see the welcome page followed by many movie and TV choices. Select a movie or TV show you\u2019d like to watch.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409925 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-and-install-stremio-on-linux.png\" alt=\"\" width=\"1200\" height=\"658\"\/><\/p>\n<p><strong>Step 4:<\/strong> Upon selecting what you\u2019d like to watch, you\u2019ll see the description of the movie or TV show, followed by a button to watch the trailer, etc. Select the trailer button to view the trailer.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409901 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-and-install-stremio-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"646\"\/><\/p>\n<p><strong>Step 5:<\/strong> When you\u2019ve viewed the trailer, you can purchase the movie to watch it in Stremio. To do that, look at one of the many purchasing options on the right next to the movie or TV series.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409922 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-and-install-stremio-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"566\"\/><\/p>\n<p><strong>Step 6:<\/strong> After purchasing the movie or TV series you\u2019d like to watch in the Stremio media center, click on the \u201cAdd to Library\u201d button to add it to your library. From there, you\u2019re free to watch the content you purchased in Stremio.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Stremio is a media center that allows users to watch movies, TV shows, and even YouTube videos instantaneously. It also supports DLNA and many other features. Here\u2019s how to use Stremio on Linux. Installing Stremio on Linux The Stremio application is available for a wide variety of Linux operating systems through the official &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1249,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1248"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1248"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1248\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1249"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1248"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1248"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1248"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}