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