Found what they meant with "playing around with the filter" ....
$ dpkg --list "*mcu*"
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
+++-==================-============-============-====================================================================================>
pc mcu-link_installer 2 amd64 MCU-Link firmware installer
ii mcuxpressoide 11.5.1 amd64 MCUXpresso IDE is an Eclipse-based IDE for development of software for NXP LPC and K>
Then remove and purge them both:
$ sudo dpkg --remove --purge mcuxpressoide
$ sudo dpkg --purge mcuxpressoide
$ sudo dpkg --remove mcu-link_installer
$ sudo dpkg --purge mcu-link_installer
And reinstall afterwards.
Found what they meant with "playing around with the filter" ....
$ dpkg --list "*mcu*"
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
+++-==================-============-============-====================================================================================>
pc mcu-link_installer 2 amd64 MCU-Link firmware installer
ii mcuxpressoide 11.5.1 amd64 MCUXpresso IDE is an Eclipse-based IDE for development of software for NXP LPC and K>
Then remove and purge them both:
$ sudo dpkg --remove --purge mcuxpressoide
$ sudo dpkg --purge mcuxpressoide
$ sudo dpkg --remove mcu-link_installer
$ sudo dpkg --purge mcu-link_installer
And reinstall afterwards.