2024-01-12, 04:07 PM
(2024-01-12, 03:44 PM)tmsrxzar Wrote: steve@balrog:~$ sudo apt purge jellyfin*
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package jellyfin-ffmpeg5_5.1.3-2-bookworm_amd64.deb
E: Unable to locate package jellyfin.sh
E: Couldn't find any package by glob 'jellyfin.sh'
you ran that command in a folder that contains files named "jellyfin*" and as a result bash autocompleted the filenames it found, namely the deb package and "jellyfin.sh"
either put it in quotes "jellyfin*" or don't run it in a folder that contains files named jellyfin*
OK, thanks. I'll start again. (Was following instructions, btw).