{"id":1752,"date":"2021-12-23T15:55:21","date_gmt":"2021-12-23T12:55:21","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/12\/22\/how-to-install-jellyfin-media-player-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/12\/22\/how-to-install-jellyfin-media-player-on-linux\/"},"modified":"2021-12-23T15:55:21","modified_gmt":"2021-12-23T12:55:21","slug":"how-to-install-jellyfin-media-player-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1752-how-to-install-jellyfin-media-player-on-linux\/","title":{"rendered":"How to install Jellyfin Media Player on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>The Jellyfin Media Player is a tool users can install on Linux to view content hosted on their Jellyfin Media Server. This program is supported on Ubuntu, Debian, Arch Linux, OpenSUSE, and Flatpak. Here\u2019s how to get it working on your system.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415065 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jellyfin-media-player-on-linux.png\" alt=\"\" width=\"1200\" height=\"718\"\/><\/p>\n<h2>Ubuntu installation instructions<\/h2>\n<p>On Ubuntu, users can install the Jellyfin Media Player by downloading the latest DEB package from the release page on the project\u2019s Github. To start the installation, open up a terminal window on the desktop.<\/p>\n<p>Unsure how to open up a terminal window on the desktop? Press <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it that way. Once the terminal window is open, use the <strong>wget<\/strong> download command to grab the latest release of Jellyfin Media Player.<\/p>\n<p><strong>Ubuntu 20.04 LTS<\/strong><\/p>\n<pre>\nwget https:\/\/github.com\/jellyfin\/jellyfin-media-player\/releases\/download\/v1.6.1\/jellyfin-media-player_1.6.1-1_amd64-focal.deb\n<\/pre>\n<p><strong>Ubuntu 21.10 and newer<\/strong><\/p>\n<pre>\nwget https:\/\/github.com\/jellyfin\/jellyfin-media-player\/releases\/download\/v1.6.1\/jellyfin-media-player_1.6.1-1_amd64-groovy.deb\n<\/pre>\n<p>The installation can begin now that you\u2019ve downloaded the latest DEB package to your computer. Set up Jellyfin Media Player on your Ubuntu system using the apt install command.<\/p>\n<pre>\nsudo apt install .\/jellyfin-media-player_1.6.1-1_amd64-*.deb\n<\/pre>\n<p>After running the command above, Ubuntu will ask you for your password. Using the keyboard, write in your user\u2019s password. Once you do, Jellyfin Media Player will be installed.<\/p>\n<h2>Debian installation instructions<\/h2>\n<p>If you need to get Jellyfin Media Player for Debian Linux, you\u2019ll be happy to know that the developers support Debian via downloadable DEB packages. So open up a terminal window on the desktop to get your hands on the latest Jellyfin Media Player DEB package.<\/p>\n<p>To open up a terminal window on the Debian Linux desktop, press <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu. Once the terminal window is open, use the <strong>wget<\/strong> command to download the latest release of Jellyfin Media Player for Debian.<\/p>\n<p><strong>Debian Buster<\/strong><\/p>\n<pre>\nwget https:\/\/github.com\/jellyfin\/jellyfin-media-player\/releases\/download\/v1.6.1\/jellyfin-media-player_1.6.1-1_amd64-buster.deb\n<\/pre>\n<p><strong>Debian Bullseye<\/strong><\/p>\n<pre>\nwget https:\/\/github.com\/jellyfin\/jellyfin-media-player\/releases\/download\/v1.6.1\/jellyfin-media-player_1.6.1-1_amd64-bullseye.deb\n<\/pre>\n<p>The installation can begin after downloading the latest DEB package for Jellyfin Media Player onto your computer. Then, using the <strong>dpkg<\/strong> command below, set Jellyfin Media Player.<\/p>\n<pre>\nsudo dpkg -i jellyfin-media-player_1.6.1-1_amd64-*.deb\n<\/pre>\n<p>When you enter the command above, you\u2019ll need to enter your password. Do so using the keyboard. You\u2019ll also need to run the <strong>apt-get install -f<\/strong> command to correct any dependency issues.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h2>Arch Linux installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415065 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jellyfin-media-player-on-linux.png\" alt=\"\" width=\"1200\" height=\"718\"\/><\/p>\n<p>Jellyfin Media Player is available on Arch Linux but only through the Arch Linux AUR. To get the app working on your system, open up a terminal window on the desktop. Once the terminal window is open, use the <strong>pacman -S<\/strong> command to install the \u201cgit\u201d and \u201cbase-devel\u201d packages.<\/p>\n<pre>\nsudo pacman -S git base-devel\n<\/pre>\n<p>After installing the two packages, use the commands below to set up the latest version of the Trizen AUR helper tool. This program will make setting up Jellyfin Media Player much easier.<\/p>\n<pre>\ngit clone https:\/\/aur.archlinux.org\/trizen.git\n<\/pre>\n<pre>\ncd trizen\/\n<\/pre>\n<pre>\nmakepkg -sri\n<\/pre>\n<p>Finally, install Jellyfin Media Player using the <strong>trizen -S<\/strong> command.<\/p>\n<pre>\ntrizen -S jellyfin-media-player\n<\/pre>\n<h2>Fedora installation instructions<\/h2>\n<p>Unfortunately, the Jellyfin Media Player application isn\u2019t packaged for Fedora on the Github release page. Additionally, it isn\u2019t in the official software repositories. Thankfully, Jellyfin Media Player is available in the Flathub app store as a Flatpak. Follow the Flatpak instructions to get the app working on Fedora.<\/p>\n<h2>OpenSUSE installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415068 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-jellyfin-media-player-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"837\"\/><\/p>\n<p>On OpenSUSE Linux, the Jellyfin Media Player is available for installation on Tumbleweed and Leap 15.3. Start by launching a terminal window on the desktop by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard to get the app working. Or, search for \u201cTerminal\u201d in the app menu.<\/p>\n<p>With the terminal window open, use the <strong>zipper addrepo<\/strong> command to add the Jellyfin Media Player repo to your OpenSUSE system.<\/p>\n<p><strong>Tumbleweed<\/strong><\/p>\n<pre>\nsudo zypper addrepo https:\/\/download.opensuse.org\/repositories\/home:playablepliable\/openSUSE_Tumbleweed\/home:playablepliable.repo\n<\/pre>\n<p><strong>Leap 15.3<\/strong><\/p>\n<pre>\nsudo zypper addrepo https:\/\/download.opensuse.org\/repositories\/home:playablepliable\/openSUSE_Tumbleweed\/home:playablepliable.repo\n<\/pre>\n<p>With the repo added to your system, use the <strong>zypper refresh<\/strong> command to refresh OpenSUSE\u2019s software sources.<\/p>\n<pre>\nsudo zypper refresh\n<\/pre>\n<p>After setting everything up, the Jellyfin Media Player can be installed on your OpenSUSE Linux system by using the <strong>zypper install<\/strong> command below.<\/p>\n<pre>\nsudo zypper install jellyfin-media-player\n<\/pre>\n<h2>Flatpak installation instructions<\/h2>\n<p>If you\u2019re on Fedora Linux or another Linux operating system that doesn\u2019t have Jellyfin Media Player available, Flatpak is your best bet to get it working. You will need to get the Flatpak runtime set up on your computer to start.<\/p>\n<p>The Flatpak runtime is easy to set up. To start, launch a terminal window on the desktop. You can launch a terminal window 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, follow our guide on setting up the Flatpak runtime on your computer. Then, use the two commands to get the Jellyfin Media Player working on your computer.<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\n<\/pre>\n<pre>\nflatpak install flathub com.github.iwalton3.jellyfin-media-player\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles The Jellyfin Media Player is a tool users can install on Linux to view content hosted on their Jellyfin Media Server. This program is supported on Ubuntu, Debian, Arch Linux, OpenSUSE, and Flatpak. Here\u2019s how to get it working on your system. Ubuntu installation instructions On Ubuntu, users can install the Jellyfin Media &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1753,"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\/1752"}],"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=1752"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1752\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1753"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1752"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1752"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1752"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}