Install ncc
Installing ncc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ncc
ncc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ncc |
version | 2.8-2+b2 |
description | C source code analyzer |
subsection | devel |
website | students.ceid.upatras.gr / ~sxanth / ncc / |
maintainer | Anuradha Weeraman (anu) |
Uninstall ncc
To remove just ncc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ncc
Uninstall ncc and it’s dependent packages
To remove the ncc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ncc
Purging ncc
If you also want to delete configuration and/or data files of ncc from Debian Sid then this will work:
sudo apt-get purge ncc
To delete configuration and/or data files of ncc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ncc