Install ngspice
Installing ngspice package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ngspice
ngspice package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | ngspice |
version | 26-1+b2 |
description | Spice circuit simulator |
subsection | electronics |
website | ngspice.sourceforge.net |
maintainer | Debian Science Team |
Uninstall ngspice
To remove just ngspice package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ngspice
Uninstall ngspice and it’s dependent packages
To remove the ngspice package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ngspice
Purging ngspice
If you also want to delete configuration and/or data files of ngspice from Debian Sid then this will work:
sudo apt-get purge ngspice
To delete configuration and/or data files of ngspice and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ngspice