Install nitpic
Installing nitpic package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nitpic
nitpic package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nitpic |
version | 0.1-16 |
description | simulator for the Microchip PIC16C84 microcontroller |
subsection | electronics |
maintainer | Debian QA Group |
Uninstall nitpic
To remove just nitpic package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nitpic
Uninstall nitpic and it’s dependent packages
To remove the nitpic package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nitpic
Purging nitpic
If you also want to delete configuration and/or data files of nitpic from Debian Sid then this will work:
sudo apt-get purge nitpic
To delete configuration and/or data files of nitpic and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nitpic