How To Install Cflow In Debian, Ubuntu, Kali, Fedora, Raspbian And MacOS?
Maintainer: Debian QA Group
Email: [email protected] .
Website: https://www.gnu.org/software/cflow/
Section: devel
Install cflow
-
Debian
apt-get install cflow
Click to copy -
Ubuntu
apt-get install cflow
Click to copy -
Kali Linux
apt-get install cflow
Click to copy -
Fedora
dnf install cflow
Click to copy -
Raspbian
apt-get install cflow
Click to copy -
macOS
brew install cflow
Click to copy
cflow
Analyze control flow in C source filesGNU 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.
Installation of latest cflow command is available for Debian, Ubuntu, Kali, Fedora, Raspbian and macOS. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2023 latest package from the repository and install it in your computer/server.