Artix Linux Forum

General Category => Discussion about Artix => Topic started by: n00b on 06 July 2022, 20:40:38

Title: installing Jellyfin
Post by: n00b on 06 July 2022, 20:40:38
anyone done it on Artix?
Title: Re: installing Jellyfin
Post by: Arch_user on 06 July 2022, 20:46:32
you only need to make init service
Title: Re: installing Jellyfin
Post by: n00b on 06 July 2022, 21:23:08
so, enable what repository?
And just install?

https://archlinux.pkgs.org/
suggests
https://archlinux.pkgs.org/rolling/seiichiro-x86_64/
Title: Re: installing Jellyfin
Post by: Lancia on 06 July 2022, 21:47:35
so, enable what repository?
And just install?

No repo needed, since it's only available through the AUR.

I also checked and there seems to be no other service files for inits other than systemd, so you'll have to write it yourself.
Title: Re: installing Jellyfin
Post by: cat herders of linux on 07 July 2022, 04:49:12
so, enable what repository?
And just install?

https://archlinux.pkgs.org/
suggests
https://archlinux.pkgs.org/rolling/seiichiro-x86_64/

https://jellyfin.org/downloads/

Code: [Select]
git clone https://aur.archlinux.org/jellyfin.git
cd jellyfin
makepkg -si
easy peasy to install... how to make it run?