How To Install radamsa on Fedora 36
Introduction
In this tutorial we learn how to install radamsa
on Fedora 36.
What is radamsa
Radamsa is a test case generator for robustness testing. It can be used to test how well a program can stand malformed and potentially malicious inputs.
We can use yum
or dnf
to install radamsa
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install radamsa.
Install radamsa on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install radamsa
using dnf
by running the following command:
sudo dnf -y install radamsa
Install radamsa on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install radamsa
using yum
by running the following command:
sudo yum -y install radamsa
How To Uninstall radamsa on Fedora 36
To uninstall only the radamsa
package we can use the following command:
sudo dnf remove radamsa
radamsa Package Contents on Fedora 36
/usr/bin/radamsa
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/f79fe7f17721e9b88e873db546a008089ac87c
/usr/share/doc/radamsa
/usr/share/doc/radamsa/LICENCE
/usr/share/doc/radamsa/README.md
/usr/share/man/man1/radamsa.1.gz
References
Summary
In this tutorial we learn how to install radamsa
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).