How To Install bwrap-oci on Fedora 36

In this tutorial we learn how to install bwrap-oci in Fedora 36. bwrap-oci is Run OCI containers with bubblewrap

Introduction

In this tutorial we learn how to install bwrap-oci on Fedora 36.

What is bwrap-oci

bwrap-oci uses Bubblewrap to run a container from an OCI spec file.

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

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

sudo dnf -y install bwrap-oci

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

sudo yum -y install bwrap-oci

How To Uninstall bwrap-oci on Fedora 36

To uninstall only the bwrap-oci package we can use the following command:

sudo dnf remove bwrap-oci

bwrap-oci Package Contents on Fedora 36

/usr/bin/bwrap-oci
/usr/lib/.build-id
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/ee085b3d6a7be5440f36f20d1775288a9dc03e
/usr/share/licenses/bwrap-oci
/usr/share/licenses/bwrap-oci/COPYING
/usr/share/man/man1/bwrap-oci.1.gz

References

Summary

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