How To Install stratisd on Fedora 36

In this tutorial we learn how to install stratisd in Fedora 36. stratisd is Daemon that manages block devices to create filesystems

Introduction

In this tutorial we learn how to install stratisd on Fedora 36.

What is stratisd

Daemon that manages block devices to create filesystems.

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

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

sudo dnf -y install stratisd

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

sudo yum -y install stratisd

How To Uninstall stratisd on Fedora 36

To uninstall only the stratisd package we can use the following command:

sudo dnf remove stratisd

stratisd Package Contents on Fedora 36

/usr/bin/stratis-min
/usr/bin/stratis-predict-usage
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/a8844bdec063f209494d54c64e73ae74b40dea
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/7f9cbd68628fa515362f8021655e1e5c1246f2
/usr/lib/.build-id/6c/7f9cbd68628fa515362f8021655e1e5c1246f2.1
/usr/lib/.build-id/6c/7f9cbd68628fa515362f8021655e1e5c1246f2.2
/usr/lib/.build-id/6c/7f9cbd68628fa515362f8021655e1e5c1246f2.3
/usr/lib/.build-id/6c/7f9cbd68628fa515362f8021655e1e5c1246f2.4
/usr/lib/.build-id/89
/usr/lib/.build-id/89/c04efac865d301b462f720f198471c1669918f
/usr/lib/.build-id/da
/usr/lib/.build-id/da/b86d19d53b5eb7de698a97dde751ada343c115
/usr/lib/systemd/stratis-fstab-setup
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/stratisd-min-postinitrd.service
/usr/lib/systemd/system/stratisd.service
/usr/lib/udev/identify-stratis-dev
/usr/lib/udev/identify-stratis-luks-dev
/usr/lib/udev/rules.d/61-stratisd.rules
/usr/lib/udev/stratis-base32-decode
/usr/lib/udev/stratis-str-cmp
/usr/libexec/stratisd
/usr/libexec/stratisd-min
/usr/share/dbus-1
/usr/share/dbus-1/system.d
/usr/share/dbus-1/system.d/stratisd.conf
/usr/share/doc/stratisd
/usr/share/doc/stratisd/README.md
/usr/share/licenses/stratisd
/usr/share/licenses/stratisd/LICENSE
/usr/share/man/man8/stratisd.8.gz

References

Summary

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