<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.smpyppksantodonboscofakfak.sch.id/index.php?action=history&amp;feed=atom&amp;title=Install_Jellyfin_di_Ubuntu_20.04</id>
	<title>Install Jellyfin di Ubuntu 20.04 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.smpyppksantodonboscofakfak.sch.id/index.php?action=history&amp;feed=atom&amp;title=Install_Jellyfin_di_Ubuntu_20.04"/>
	<link rel="alternate" type="text/html" href="https://wiki.smpyppksantodonboscofakfak.sch.id/index.php?title=Install_Jellyfin_di_Ubuntu_20.04&amp;action=history"/>
	<updated>2026-05-10T14:28:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.smpyppksantodonboscofakfak.sch.id/index.php?title=Install_Jellyfin_di_Ubuntu_20.04&amp;diff=61&amp;oldid=prev</id>
		<title>Smpdbos: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.smpyppksantodonboscofakfak.sch.id/index.php?title=Install_Jellyfin_di_Ubuntu_20.04&amp;diff=61&amp;oldid=prev"/>
		<updated>2023-02-07T22:29:16Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:29, 7 February 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key smpyppks_mw3525-mwsh_:diff:1.41:old-60:rev-61 --&gt;
&lt;/table&gt;</summary>
		<author><name>Smpdbos</name></author>
	</entry>
	<entry>
		<id>https://wiki.smpyppksantodonboscofakfak.sch.id/index.php?title=Install_Jellyfin_di_Ubuntu_20.04&amp;diff=60&amp;oldid=prev</id>
		<title>dw&gt;Admin: Created page with &quot;=Install HTTPS transport for APT if you haven&#039;t already=  sudo apt install apt-transport-https  =Enable the Universe repository to obtain all the FFMpeg dependencies=  sudo add-apt-repository universe  =Import the GPG signing key (signed by the Jellyfin Team)=  curl -fsSL https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | gpg --dearmor -o /etc/apt/trusted.gpg.d/debian-jellyfin.gpg   jika curl belum dinstall silahkan diinstall dengan : apt install curl   =Add a repo...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.smpyppksantodonboscofakfak.sch.id/index.php?title=Install_Jellyfin_di_Ubuntu_20.04&amp;diff=60&amp;oldid=prev"/>
		<updated>2022-12-16T15:13:55Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=Install HTTPS transport for APT if you haven&amp;#039;t already=  sudo apt install apt-transport-https  =Enable the Universe repository to obtain all the FFMpeg dependencies=  sudo add-apt-repository universe  =Import the GPG signing key (signed by the Jellyfin Team)=  curl -fsSL https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | gpg --dearmor -o /etc/apt/trusted.gpg.d/debian-jellyfin.gpg   jika curl belum dinstall silahkan diinstall dengan : apt install curl   =Add a repo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Install HTTPS transport for APT if you haven&amp;#039;t already=&lt;br /&gt;
 sudo apt install apt-transport-https&lt;br /&gt;
&lt;br /&gt;
=Enable the Universe repository to obtain all the FFMpeg dependencies=&lt;br /&gt;
 sudo add-apt-repository universe&lt;br /&gt;
&lt;br /&gt;
=Import the GPG signing key (signed by the Jellyfin Team)=&lt;br /&gt;
 curl -fsSL https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | gpg --dearmor -o /etc/apt/trusted.gpg.d/debian-jellyfin.gpg&lt;br /&gt;
&lt;br /&gt;
 jika curl belum dinstall silahkan diinstall dengan : apt install curl&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Add a repository configuration at /etc/apt/sources.list.d/jellyfin.list=&lt;br /&gt;
   echo &amp;quot;deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/ubuntu $( lsb_release -c -s ) main&amp;quot; | sudo tee &lt;br /&gt;
 /etc/apt/sources.list.d/jellyfin.list&lt;br /&gt;
&lt;br /&gt;
=Update APT repositories=&lt;br /&gt;
 sudo apt update&lt;br /&gt;
&lt;br /&gt;
=Install Jellyfin=&lt;br /&gt;
 sudo apt install jellyfin&lt;br /&gt;
&lt;br /&gt;
=Manage the Jellyfin system service with your tool of choice=&lt;br /&gt;
 sudo service jellyfin status&lt;br /&gt;
 sudo systemctl restart jellyfin&lt;br /&gt;
 sudo /etc/init.d/jellyfin stop&lt;br /&gt;
&lt;br /&gt;
=Referensi=&lt;br /&gt;
 https://jellyfin.org/docs/general/administration/installing.html&lt;/div&gt;</summary>
		<author><name>dw&gt;Admin</name></author>
	</entry>
</feed>