How To Install toolbox on Fedora 36
Introduction
In this tutorial we learn how to install toolbox
on Fedora 36.
What is toolbox
Toolbox is a tool for Linux operating systems, which allows the use of containerized command line environments. It is built on top of Podman and other standard container technologies from OCI.
We can use yum
or dnf
to install toolbox
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install toolbox.
Install toolbox 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
using dnf
by running the following command:
sudo dnf -y install toolbox
Install toolbox 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
using yum
by running the following command:
sudo yum -y install toolbox
How To Uninstall toolbox on Fedora 36
To uninstall only the toolbox
package we can use the following command:
sudo dnf remove toolbox
toolbox Package Contents on Fedora 36
/etc/containers/toolbox.conf
/etc/profile.d/toolbox.sh
/usr/bin/toolbox
/usr/lib/.build-id
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/df2864b8fe151bba5b6850f4820891367293b6
/usr/lib/tmpfiles.d/toolbox.conf
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/toolbox
/usr/share/doc/toolbox
/usr/share/doc/toolbox/CODE-OF-CONDUCT.md
/usr/share/doc/toolbox/NEWS
/usr/share/doc/toolbox/README.md
/usr/share/doc/toolbox/SECURITY.md
/usr/share/licenses/toolbox
/usr/share/licenses/toolbox/COPYING
/usr/share/man/man1/toolbox-create.1.gz
/usr/share/man/man1/toolbox-enter.1.gz
/usr/share/man/man1/toolbox-help.1.gz
/usr/share/man/man1/toolbox-init-container.1.gz
/usr/share/man/man1/toolbox-list.1.gz
/usr/share/man/man1/toolbox-rm.1.gz
/usr/share/man/man1/toolbox-rmi.1.gz
/usr/share/man/man1/toolbox-run.1.gz
/usr/share/man/man1/toolbox.1.gz
References
Summary
In this tutorial we learn how to install toolbox
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).