Install msp430mcu
Installing msp430mcu package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install msp430mcu
msp430mcu package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | msp430mcu |
version | 20120406-2 |
description | Spec files, headers and linker scripts for TI’s MSP430 targets |
subsection | devel |
maintainer | Luca Bruno |
Uninstall msp430mcu
To remove just msp430mcu package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove msp430mcu
Uninstall msp430mcu and it’s dependent packages
To remove the msp430mcu package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove msp430mcu
Purging msp430mcu
If you also want to delete configuration and/or data files of msp430mcu from Debian Sid then this will work:
sudo apt-get purge msp430mcu
To delete configuration and/or data files of msp430mcu and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove msp430mcu