I may be jumping the gun, but may need some pointers before I start.
I used "checkinstall" and it did not finished.
Brief look at the error posted tells me there is conflict with depended package used by another (package).
The problem is - dpkg lists the "uninstalled" failed / package and apt purge cannot purge something which is not there. Nor can "dpkg -r ".
sudo dpkg -l "bluez*"
[sudo] password for jim:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
ii bluez 5.37-0ubuntu amd64 Bluetooth tools and daemons
in bluez-5.50:arm <none> armhf (no description available)
un bluez-alsa <none> <none> (no description available)
un bluez-audio <none> <none> (no description available)
un bluez-input <none> <none> (no description available)
un bluez-network <none> <none> (no description available)
ii bluez-obexd 5.37-0ubuntu amd64 bluez obex daemon
jim@jim-desktop:~$ sudo dpkg -r "bluez-5.50"
dpkg: warning: ignoring request to remove bluez-5.50:armhf which isn't installed
Something about egg and chicken comes to mind.
I'll be searching for a different way to delete "uninstalled" package -
I used "checkinstall" and it did not finished.
Brief look at the error posted tells me there is conflict with depended package used by another (package).
The problem is - dpkg lists the "uninstalled" failed / package and apt purge cannot purge something which is not there. Nor can "dpkg -r ".
sudo dpkg -l "bluez*"
[sudo] password for jim:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
ii bluez 5.37-0ubuntu amd64 Bluetooth tools and daemons
in bluez-5.50:arm <none> armhf (no description available)
un bluez-alsa <none> <none> (no description available)
un bluez-audio <none> <none> (no description available)
un bluez-input <none> <none> (no description available)
un bluez-network <none> <none> (no description available)
ii bluez-obexd 5.37-0ubuntu amd64 bluez obex daemon
jim@jim-desktop:~$ sudo dpkg -r "bluez-5.50"
dpkg: warning: ignoring request to remove bluez-5.50:armhf which isn't installed
Something about egg and chicken comes to mind.
I'll be searching for a different way to delete "uninstalled" package -