How to Install and Uninstall ncc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 04,2024

1. Install "ncc" package

This is a short guide on how to install ncc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ncc

2. Uninstall "ncc" package

This tutorial shows how to uninstall ncc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ncc $ sudo apt autoclean && sudo apt autoremove

3. Information about the ncc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ncc
Priority: optional
Section: universe/devel
Installed-Size: 288
Maintainer: Ubuntu Developers
Original-Maintainer: Anuradha Weeraman (anu)
Architecture: amd64
Version: 2.8-2build1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libncurses5 (>= 6), libstdc++6 (>= 4.1.1), libtinfo5 (>= 6), python
Filename: pool/universe/n/ncc/ncc_2.8-2build1_amd64.deb
Size: 102674
MD5sum: 1cde4cfd8821657f973da49596989ecd
SHA1: 2ec97f5284fb316c377b96455c693f6bd85ec0d8
SHA256: 0297d79bd0a0066e84bd9c6b6f82f267adff31cd0c07d12a1dd51b57da1bfefe
Description-en: C source code analyzer
A small, extensible tool that provides program analysis data of C
source code. This data can be used to analyze the function call flow
of programs with tools such as graphviz and springgraph. Included
with this distribution is nccnav that can be used to study the call
hierarchy of C source code on a text-mode console.
Description-md5: 1e4ff7877333c79d467ddf41cd072029
Homepage: http://students.ceid.upatras.gr/~sxanth/ncc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu