How to Install and Uninstall cflow Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "cflow" package

Learn how to install cflow on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install cflow

2. Uninstall "cflow" package

This is a short guide on how to uninstall cflow on openSuSE Tumbleweed:

$ sudo zypper remove cflow

3. Information about the cflow package on openSuSE Tumbleweed

Information for package cflow:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cflow
Version : 1.7-1.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 351.6 KiB
Installed : No
Status : not installed
Source package : cflow-1.7-1.9.src
Upstream URL : https://www.gnu.org/software/cflow
Summary : Tool to generate flowcharts for C sources
Description :
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.