How To Install snapd-selinux on Rocky Linux 8

In this tutorial we learn how to install snapd-selinux on Rocky Linux 8. snapd-selinux is SELinux module for snapd

Introduction

In this tutorial we learn how to install snapd-selinux on Rocky Linux 8.

What is snapd-selinux

This package provides the SELinux policy module to ensure snapd runs properly under an environment with SELinux enabled.

We can use yum or dnf to install snapd-selinux on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install snapd-selinux.

Install snapd-selinux on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install snapd-selinux using dnf by running the following command:

sudo dnf -y install snapd-selinux

Install snapd-selinux on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install snapd-selinux using yum by running the following command:

sudo yum -y install snapd-selinux

How To Uninstall snapd-selinux on Rocky Linux 8

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

sudo dnf remove snapd-selinux

snapd-selinux Package Contents on Rocky Linux 8

/usr/share/doc/snapd-selinux
/usr/share/doc/snapd-selinux/README.md
/usr/share/licenses/snapd-selinux
/usr/share/licenses/snapd-selinux/COPYING
/usr/share/selinux/devel/include/contrib/snappy.if
/usr/share/selinux/packages/snappy.pp.bz2

References

Summary

In this tutorial we learn how to install snapd-selinux on Rocky Linux 8 using yum and dnf.