Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install mspdebug on Debian Unstable (Sid)


Install mspdebug

Installing mspdebug package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install mspdebug

mspdebug package information

distro Debian Unstable (Sid)
section Main
name mspdebug
version 0.22-2
description debugging tool for MSP430 microcontrollers
subsection electronics
website mspdebug.sourceforge.net
maintainer Luca Bruno

Uninstall mspdebug

To remove just mspdebug package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove mspdebug

Uninstall mspdebug and it’s dependent packages

To remove the mspdebug package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove mspdebug

Purging mspdebug

If you also want to delete configuration and/or data files of mspdebug from Debian Sid then this will work:

sudo apt-get purge mspdebug

To delete configuration and/or data files of mspdebug and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove mspdebug

 

Comments

comments