How To Install container-storage-setup on Fedora 36

In this tutorial we learn how to install container-storage-setup in Fedora 36. container-storage-setup is A simple service to setup container storage devices

Introduction

In this tutorial we learn how to install container-storage-setup on Fedora 36.

What is container-storage-setup

This is a simple service to configure Container Runtimes to use an LVM-managed thin pool. It also supports auto-growing both the pool as well as the root logical volume and partition table.

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

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

sudo dnf -y install container-storage-setup

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

sudo yum -y install container-storage-setup

How To Uninstall container-storage-setup on Fedora 36

To uninstall only the container-storage-setup package we can use the following command:

sudo dnf remove container-storage-setup

container-storage-setup Package Contents on Fedora 36

/usr/bin/container-storage-setup
/usr/share/container-storage-setup
/usr/share/container-storage-setup/container-storage-setup
/usr/share/container-storage-setup/css-child-read-write
/usr/share/container-storage-setup/libcss.sh
/usr/share/doc/container-storage-setup
/usr/share/doc/container-storage-setup/README.md
/usr/share/licenses/container-storage-setup
/usr/share/licenses/container-storage-setup/LICENSE
/usr/share/man/man1/container-storage-setup.1.gz

References

Summary

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