How to Install and Uninstall radamsa Package on openSuSE Tumbleweed

Last updated: May 08,2024

1. Install "radamsa" package

Here is a brief guide to show you how to install radamsa on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install radamsa

2. Uninstall "radamsa" package

Please follow the guidelines below to uninstall radamsa on openSuSE Tumbleweed:

$ sudo zypper remove radamsa

3. Information about the radamsa package on openSuSE Tumbleweed

Information for package radamsa:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : radamsa
Version : 0.7-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 325.7 KiB
Installed : No
Status : not installed
Source package : radamsa-0.7-1.2.src
Upstream URL : https://gitlab.com/akihe/radamsa
Summary : A test case generator for robustness testing, aka a fuzzer
Description :
Radamsa is a test case generator for robustness testing, aka a fuzzer. It
can be used to test how well a program can stand malformed and potentially
malicious inputs. It operates based on given sample inputs and thus
requires minimal effort to set up. The main selling points of radamsa are
that it is easy to use, contains several old and new fuzzing algorithms, is
easy to script from command line and has already been used to find a slew
of bugs in programs that actually matter.