<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install Jellyfin Media Server in Ubuntu, Debian &#038; Mint	</title>
	<atom:link href="https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Wed, 04 Jun 2025 13:31:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Happy Golucky		</title>
		<link>https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/#comment-79237</link>

		<dc:creator><![CDATA[Happy Golucky]]></dc:creator>
		<pubDate>Wed, 04 Jun 2025 13:31:48 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3222#comment-79237</guid>

					<description><![CDATA[This article does not cover how to allow Jellyfin to access media on external drives.
Nor does it link to any such article either on this site or elsewhere that does.
As such I have gone as far as this article can take me, and am still a long way away from being done.]]></description>
			<content:encoded><![CDATA[<p>This article does not cover how to allow Jellyfin to access media on external drives.<br />
Nor does it link to any such article either on this site or elsewhere that does.<br />
As such I have gone as far as this article can take me, and am still a long way away from being done.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brandon		</title>
		<link>https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/#comment-18170</link>

		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Sat, 19 Nov 2022 03:12:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3222#comment-18170</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/#comment-11384&quot;&gt;Timmy&lt;/a&gt;.

I&#039;m having the same problem. Did you find a solution?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/#comment-11384">Timmy</a>.</p>
<p>I&#8217;m having the same problem. Did you find a solution?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Timmy		</title>
		<link>https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/#comment-11384</link>

		<dc:creator><![CDATA[Timmy]]></dc:creator>
		<pubDate>Sun, 05 Jun 2022 22:44:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3222#comment-11384</guid>

					<description><![CDATA[How do grant permissions after installation? Cannot add media folders at all, no matter the location.]]></description>
			<content:encoded><![CDATA[<p>How do grant permissions after installation? Cannot add media folders at all, no matter the location.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/#comment-6207</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 10 Jan 2022 04:56:52 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3222#comment-6207</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/#comment-6180&quot;&gt;Brian&lt;/a&gt;.

@Brian,

You need to add &lt;strong&gt;sudo&lt;/strong&gt; to the command to work. Try the following command:
&lt;code&gt;
$ echo &quot;deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/debian bullseye main&quot; &#124; sudo tee /etc/apt/sources.list.d/jellyfin.list
&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/#comment-6180">Brian</a>.</p>
<p>@Brian,</p>
<p>You need to add <strong>sudo</strong> to the command to work. Try the following command:<br />
<code><br />
$ echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/debian bullseye main" | sudo tee /etc/apt/sources.list.d/jellyfin.list<br />
</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brian		</title>
		<link>https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/#comment-6180</link>

		<dc:creator><![CDATA[Brian]]></dc:creator>
		<pubDate>Fri, 07 Jan 2022 11:14:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3222#comment-6180</guid>

					<description><![CDATA[Can&#039;t get past this to install Jellyfin:

&lt;code&gt;echo &quot;deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/debian bullseye main&quot; &#124; tee /etc/apt/sources.list.d/jellyfin.list&lt;/code&gt;
&lt;pre&gt;
tee: /etc/apt/sources.list.d/jellyfin.list: Permission denied
deb [arch=amd64] https://repo.jellyfin.org/debian bullseye main
&lt;/pre&gt;
How do I gain Permission to the Jellyfin Repository, please?]]></description>
			<content:encoded><![CDATA[<p>Can&#8217;t get past this to install Jellyfin:</p>
<p><code>echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/debian bullseye main" | tee /etc/apt/sources.list.d/jellyfin.list</code></p>
<pre>
tee: /etc/apt/sources.list.d/jellyfin.list: Permission denied
deb [arch=amd64] https://repo.jellyfin.org/debian bullseye main
</pre>
<p>How do I gain Permission to the Jellyfin Repository, please?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Maximiliano		</title>
		<link>https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/#comment-6008</link>

		<dc:creator><![CDATA[Maximiliano]]></dc:creator>
		<pubDate>Sat, 01 Jan 2022 16:45:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3222#comment-6008</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/#comment-4896&quot;&gt;Geoff Sullivan&lt;/a&gt;.

&lt;strong&gt;Jellyfin&lt;/strong&gt; does not officially support &lt;strong&gt;Linux Mint&lt;/strong&gt;, so when you follow this guides installation steps it adds the wrong thing to the &lt;strong&gt;apt&lt;/strong&gt; source lists. You have to change it like this:
&lt;pre&gt;
$ sudo nano /etc/apt/sources.list.d/jellyfin.list
&lt;/pre&gt;
In nano, delete the line that appears and paste &lt;code&gt;deb [arch=amd64] https://repo.jellyfin.org/ubuntu focal main&lt;/code&gt;

This reply should be included in the guide.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/#comment-4896">Geoff Sullivan</a>.</p>
<p><strong>Jellyfin</strong> does not officially support <strong>Linux Mint</strong>, so when you follow this guides installation steps it adds the wrong thing to the <strong>apt</strong> source lists. You have to change it like this:</p>
<pre>
$ sudo nano /etc/apt/sources.list.d/jellyfin.list
</pre>
<p>In nano, delete the line that appears and paste <code>deb [arch=amd64] https://repo.jellyfin.org/ubuntu focal main</code></p>
<p>This reply should be included in the guide.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve MacLellan		</title>
		<link>https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/#comment-5311</link>

		<dc:creator><![CDATA[Steve MacLellan]]></dc:creator>
		<pubDate>Mon, 13 Dec 2021 04:21:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3222#comment-5311</guid>

					<description><![CDATA[&lt;pre&gt;
$ sudo systemctl start jellyfin
&lt;/pre&gt;
jellyfin package wasn&#039;t found.]]></description>
			<content:encoded><![CDATA[<pre>
$ sudo systemctl start jellyfin
</pre>
<p>jellyfin package wasn&#8217;t found.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Geoff Sullivan		</title>
		<link>https://www.ubuntumint.com/install-jellyfin-ubuntu-debian-mint/#comment-4896</link>

		<dc:creator><![CDATA[Geoff Sullivan]]></dc:creator>
		<pubDate>Fri, 03 Dec 2021 12:39:59 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=3222#comment-4896</guid>

					<description><![CDATA[After going through all the preliminaries I get this when issuing an update:

E: The repository &#039;https://repo.jellyfin.org/linuxmint uma Release&#039; does not have a Release file.
N: Updating from such a repository can&#039;t be done securely and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

WTF?]]></description>
			<content:encoded><![CDATA[<p>After going through all the preliminaries I get this when issuing an update:</p>
<p>E: The repository &#8216;https://repo.jellyfin.org/linuxmint uma Release&#8217; does not have a Release file.<br />
N: Updating from such a repository can&#8217;t be done securely and is therefore disabled by default.<br />
N: See apt-secure(8) manpage for repository creation and user configuration details.</p>
<p>WTF?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
