How To Install toolbox-experience on Fedora 36

In this tutorial we learn how to install toolbox-experience in Fedora 36. toolbox-experience is Set of packages to enhance the toolbox experience

Introduction

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

What is toolbox-experience

The toolbox-experience package contains all the packages that should be installed in the container to provide the same default experience as working on the host. The toolbox-experience 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-experience on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install toolbox-experience.

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

sudo dnf -y install toolbox-experience

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

sudo yum -y install toolbox-experience

How To Uninstall toolbox-experience on Fedora 36

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

sudo dnf remove toolbox-experience

toolbox-experience Package Contents on Fedora 36

References

Summary

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