Properly uninstall mcuxpresso from ubuntu

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Properly uninstall mcuxpresso from ubuntu

Jump to solution
1,491 Views
bp1979
Senior Contributor I

How do I uninstall ubuntu from 21.10 and up? 

This trick doesn't work. 

bp1979_0-1650920465046.png

 

0 Kudos
Reply
1 Solution
1,487 Views
bp1979
Senior Contributor I

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.

 

View solution in original post

0 Kudos
Reply
1 Reply
1,488 Views
bp1979
Senior Contributor I

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.

 

0 Kudos
Reply