How To Install toolbox-support on Fedora 36

In this tutorial we learn how to install toolbox-support in Fedora 36. toolbox-support is Required packages for the container image to support toolbox

Introduction

In this tutorial we learn how to install toolbox-support on Fedora 36.

What is toolbox-support

The toolbox-support package contains all the required packages that are needed to be installed in the OCI image to make it work with toolbox. The toolbox-support package should be typically installed from the Dockerfile if the image isn’t based on the fedora-toolbox image.

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

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

sudo dnf -y install toolbox-support

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

sudo yum -y install toolbox-support

How To Uninstall toolbox-support on Fedora 36

To uninstall only the toolbox-support package we can use the following command:

sudo dnf remove toolbox-support

toolbox-support Package Contents on Fedora 36

References

Summary

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