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

Last updated: May 18,2024

1. Install "cflow" package

Please follow the guidance below to install cflow on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cflow

2. Uninstall "cflow" package

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

$ sudo apt remove cflow $ sudo apt autoclean && sudo apt autoremove

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

Package: cflow
Priority: optional
Section: universe/devel
Installed-Size: 345
Maintainer: Ubuntu Developers
Original-Maintainer: Serafeim Zanikolas
Architecture: amd64
Version: 1:1.4+dfsg1-3ubuntu1
Depends: libc6 (>= 2.14)
Filename: pool/universe/c/cflow/cflow_1.4+dfsg1-3ubuntu1_amd64.deb
Size: 81336
MD5sum: 680c7401de72fb563f4aaa4f44e75daa
SHA1: 99d8371784b17ea7b78fec85155bf44dc080e232
SHA256: ec66e8b7a860d33cbc0aa3a91b0a72d75b9d215a378783d3dd07f11138af9741
Description-en: Analyze control flow in C source files
GNU cflow analyzes a collection of C source files and prints a graph, charting
control flow within the program.
.
GNU cflow is able to produce both direct and inverted flowgraphs for C
sources. Optionally a cross-reference listing can be generated. Two output
formats are implemented: POSIX and GNU (extended).
.
Input files can optionally be preprocessed before analyzing.
Description-md5: 4c66ce943840e50df2debf7e20e3d696
Homepage: http://www.gnu.org/software/cflow/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu