Properly uninstall mcuxpresso from ubuntu

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Properly uninstall mcuxpresso from ubuntu

ソリューションへジャンプ
1,490件の閲覧回数
bp1979
Senior Contributor I

How do I uninstall ubuntu from 21.10 and up? 

This trick doesn't work. 

bp1979_0-1650920465046.png

 

0 件の賞賛
返信
1 解決策
1,486件の閲覧回数
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 件の賞賛
返信
1 返信
1,487件の閲覧回数
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 件の賞賛
返信