How To Install dutree on Fedora 36
In this tutorial we learn how to install dutree in Fedora 36. dutree is Command line tool to analyze disk usage
Introduction
In this tutorial we learn how to install dutree on Fedora 36.
What is dutree
Command line tool to analyze disk usage.
We can use yum or dnf to install dutree on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dutree.
Install dutree 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 dutree using dnf by running the following command:
sudo dnf -y install dutree
Install dutree 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 dutree using yum by running the following command:
sudo yum -y install dutree
How To Uninstall dutree on Fedora 36
To uninstall only the dutree package we can use the following command:
sudo dnf remove dutree
dutree Package Contents on Fedora 36
/usr/bin/dutree
/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/2349f3766dd5bb99769608f1ef4165da19f5d0
/usr/share/doc/dutree
/usr/share/doc/dutree/README.md
/usr/share/licenses/dutree
/usr/share/licenses/dutree/LICENSE
References
Summary
In this tutorial we learn how to install dutree on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).