Install Jellyfin di Ubuntu 20.04: Difference between revisions
Jump to navigation
Jump to search
dw>Admin Created page with "=Install HTTPS transport for APT if you haven'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..." |
m 1 revision imported |
||
(No difference)
| |||
Latest revision as of 22:29, 7 February 2023
Install HTTPS transport for APT if you haven'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 repository configuration at /etc/apt/sources.list.d/jellyfin.list
echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/ubuntu $( lsb_release -c -s ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list
Update APT repositories
sudo apt update
Install Jellyfin
sudo apt install jellyfin
Manage the Jellyfin system service with your tool of choice
sudo service jellyfin status sudo systemctl restart jellyfin sudo /etc/init.d/jellyfin stop
Referensi
https://jellyfin.org/docs/general/administration/installing.html