How To Install dua-cli on Fedora 36
Introduction
In this tutorial we learn how to install dua-cli
on Fedora 36.
What is dua-cli
Tool to conveniently learn about the disk usage of directories, fast!.
We can use yum
or dnf
to install dua-cli
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dua-cli.
Install dua-cli 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 dua-cli
using dnf
by running the following command:
sudo dnf -y install dua-cli
Install dua-cli 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 dua-cli
using yum
by running the following command:
sudo yum -y install dua-cli
How To Uninstall dua-cli on Fedora 36
To uninstall only the dua-cli
package we can use the following command:
sudo dnf remove dua-cli
dua-cli Package Contents on Fedora 36
/usr/bin/dua
/usr/lib/.build-id
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/50056adb68fd0ffdc7d4adce8d4a44485f1603
/usr/share/doc/dua-cli
/usr/share/doc/dua-cli/CHANGELOG.md
/usr/share/doc/dua-cli/README.md
/usr/share/licenses/dua-cli
/usr/share/licenses/dua-cli/LICENSE
References
Summary
In this tutorial we learn how to install dua-cli
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).