How To Install boomaga-selinux on Fedora 36

In this tutorial we learn how to install boomaga-selinux in Fedora 36. boomaga-selinux is SELinux policy module supporting boomaga

Introduction

In this tutorial we learn how to install boomaga-selinux on Fedora 36.

What is boomaga-selinux

SELinux policy module supporting boomaga

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

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

sudo dnf -y install boomaga-selinux

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

sudo yum -y install boomaga-selinux

How To Uninstall boomaga-selinux on Fedora 36

To uninstall only the boomaga-selinux package we can use the following command:

sudo dnf remove boomaga-selinux

boomaga-selinux Package Contents on Fedora 36

/usr/share/selinux/mls/boomaga.pp
/usr/share/selinux/targeted/boomaga.pp

References

Summary

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