How to Install and Uninstall cflow Package on openSUSE Leap

Last updated: May 17,2024

1. Install "cflow" package

In this section, we are going to explain the necessary steps to install cflow on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install cflow

2. Uninstall "cflow" package

Please follow the steps below to uninstall cflow on openSUSE Leap:

$ sudo zypper remove cflow

3. Information about the cflow package on openSUSE Leap

Information for package cflow:
------------------------------
Repository : Main Repository
Name : cflow
Version : 1.7-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 359.7 KiB
Installed : No
Status : not installed
Source package : cflow-1.7-bp155.1.6.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.