Jellyfin Forum
Updated Flatpak? - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Updated Flatpak? (/t-updated-flatpak)



Updated Flatpak? - Kirby - 2024-08-12

can anyone update the flatpak, the AUR package doesn't work properly and it's also out of date


RE: Updated Flatpak? - Host-in-the-Shell - 2024-08-13

The reason the AUR packages haven't been updated is because Jellyfin was moved to the official repos:

Code:
sudo pacman -Syu jellyfin-web jellyfin-server
sudo systemctl enable --now jellyfin.service

should cover it now.

Also, the flatpak is not officially supported from my understanding.


RE: Updated Flatpak? - Efficient_Good_5784 - 2024-08-13

(2024-08-13, 12:04 AM)Host-in-the-Shell Wrote: Also, the flatpak is not officially supported from my understanding.
The Jellyfin devs don't support an official flatpak release because the people behind flatpak state it's not meant to be used for server-grade software/apps.


RE: Updated Flatpak? - Kirby - 2024-08-13

that
(2024-08-13, 12:04 AM)Host-in-the-Shell Wrote: The reason the AUR packages haven't been updated is because Jellyfin was moved to the official repos:

Code:
sudo pacman -Syu jellyfin-web jellyfin-server
sudo systemctl enable --now jellyfin.service

should cover it now.

Also, the flatpak is not officially supported from my understanding.

that was enough, all working, ty