如何在Ubuntu 20.04 LTS上安装Jellyfin

Ubuntu 20.04 LTS Focal Fossa上安装Jellyfin

步骤1.首先,通过apt在终端中运行以下命令来确保所有系统软件包都是最新的。

sudo apt update
sudo apt upgrade
sudo apt install apt-transport-https
sudo add-apt-repository universe

步骤2.在Ubuntu 20.04上安装Jellyfin。

现在,我们运行以下命令以将Jellyfin存储库添加到您的Ubuntu系统:

wget -O - https://repo.jellyfin.org/ubuntu/jellyfin_team.gpg.key | sudo apt-key add -

然后,运行以下命令为Jellyfin创建存储库文件:

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

最后,在您的Ubuntu系统上更新软件包索引并安装Jellyfin:

sudo apt update
sudo apt install jellyfin

成功安装后,可以使用以下命令来启动,停止并使Jellyfin在计算机启动时自动启动:

sudo systemctl start jellyfin
sudo systemctl stop jellyfin
sudo systemctl enable jellyfin

步骤3.在Ubuntu上访问Jellyfin Web界面。

基于Web的管理界面位于端口8096上。您可以通过以下URL访问Jellyfin Web界面:

http://localhost:8096

jellyfin-web-interface

恭喜你!您已经成功安装了Jellyfin。感谢您使用本教程在Ubuntu 20.04 LTS Focal Fossa系统上安装Jellyfin Media Server。如需其他帮助或有用信息,建议您查看Jellyfin官方网站

 

原创文章,作者:校长,如若转载,请注明出处:https://www.yundongfang.com/Yun42393.html

(0)
打赏 微信扫一扫不于多少! 微信扫一扫不于多少! 支付宝扫一扫礼轻情意重 支付宝扫一扫礼轻情意重
上一篇 2021年3月17日 下午2:58
下一篇 2021年3月17日

相关推荐