2024-10-15, 07:15 PM
(This post was last modified: 2024-10-15, 07:16 PM by TheDreadPirate. Edited 1 time in total.)
Ok. We are going to purge again and use an app called "plocate" to find any lingering jellyfin related files that may or may not be part of a standard install.
Share the output of the "locate" command. Your comment from yesterday makes me think there something on your system that is breaking jellyfin.
Code:
sudo apt purge jellyfin*
sudo apt install plocate
sudo updatedb
locate -i jellyfin
Share the output of the "locate" command. Your comment from yesterday makes me think there something on your system that is breaking jellyfin.
(2024-10-13, 05:59 PM)Timer Wrote: When i try
sudo apt purge jellyfin*
it gives me this error
Code:E: Unable to locate package jellyfin.sh
E: Couldn't find any package by glob 'jellyfin.sh'