Squeezeboxserver not completely uninstalling

I used the tool to Uninstall Squeezeboxserver.

However when I go to tweek tool etc the system still thinks/says its installed.

Next I did a apt remove squeezeboxserver and it says nothing to remove…but

Go on over to /etc/systemd/system and low and behold there is squeezeboxserver.service

Hi,

There is a bug in v6.5 that prevents uninstall’s from working, which version of DietPi are you running?

And if possible, please paste results:

dietpi-software list | grep ' =2 '

Jep, v6.5 might be the issue, if you updated more then ~26h ago. We bring hotfix v6.6 soon for all that updated earlier.

To uninstall use command line uninstallation:

dietpi-software uninstall 35

We do not install the package via APT, but manually via dpkg. Also it is called “logitechmediaserver” :wink:. If the above does not work (any more), try:

dpkg -P logitechmediaserver

Im running v6.5

Sorry didn’t know it was a known bug

root@Headphones:~# dietpi-software list | grep ’ =2 ’
id 5 | =2 | alsa: linux sound system |
id 35 | =2 | squeezebox: logitech media server (lms) | | https://dietpi.com/forum/t/dietpi-software-details-for-all-installation-options/22/39
id 36 | =2 | squeezelite: audio player for lms & squeezebox | +alsa | https://dietpi.com/forum/t/dietpi-software-details-for-all-installation-options/22/39
id 103 | =2 | dietpi-ramlog: minimal, optimized logging | | https://dietpi.com/forum/t/dietpi-survey-information/32/1
id 104 | =2 | dropbear: ssh server | | DietPi Community Forum - Welcome to the DietPi OS Community Forum
root@Headphones:~#

Great thanks that did the trick!