How To Install firewalld-test on Fedora 36

In this tutorial we learn how to install firewalld-test in Fedora 36. firewalld-test is Firewalld testsuite

Introduction

In this tutorial we learn how to install firewalld-test on Fedora 36.

What is firewalld-test

This package provides the firewalld testsuite.

We can use yum or dnf to install firewalld-test on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install firewalld-test.

Install firewalld-test 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 firewalld-test using dnf by running the following command:

sudo dnf -y install firewalld-test

Install firewalld-test 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 firewalld-test using yum by running the following command:

sudo yum -y install firewalld-test

How To Uninstall firewalld-test on Fedora 36

To uninstall only the firewalld-test package we can use the following command:

sudo dnf remove firewalld-test

firewalld-test Package Contents on Fedora 36

/usr/share/firewalld/testsuite
/usr/share/firewalld/testsuite/README
/usr/share/firewalld/testsuite/integration
/usr/share/firewalld/testsuite/integration/testsuite
/usr/share/firewalld/testsuite/python
/usr/share/firewalld/testsuite/python/firewalld_config.py
/usr/share/firewalld/testsuite/python/firewalld_direct.py
/usr/share/firewalld/testsuite/python/firewalld_rich.py
/usr/share/firewalld/testsuite/python/firewalld_test.py
/usr/share/firewalld/testsuite/testsuite

References

Summary

In this tutorial we learn how to install firewalld-test on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).