How to Install and Uninstall flawfinder Package on openSUSE Leap

Last updated: May 13,2024

1. Install "flawfinder" package

Please follow the guidance below to install flawfinder on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install flawfinder

2. Uninstall "flawfinder" package

This tutorial shows how to uninstall flawfinder on openSUSE Leap:

$ sudo zypper remove flawfinder

3. Information about the flawfinder package on openSUSE Leap

Information for package flawfinder:
-----------------------------------
Repository : Main Repository
Name : flawfinder
Version : 2.0.19-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 404.1 KiB
Installed : No
Status : not installed
Source package : flawfinder-2.0.19-bp155.2.10.src
Upstream URL : https://www.dwheeler.com/flawfinder/
Summary : C/C++ source code security flaw examination tool
Description :
Flawfinder scans through C/C++ source code, identifying lines
("hits") with potential security flaws. By default it reports hits
sorted by severity, with the riskiest lines first.