How To Install zoxide on Fedora 36
In this tutorial we learn how to install zoxide in Fedora 36. zoxide is Smarter cd command for your terminal
Introduction
In this tutorial we learn how to install zoxide on Fedora 36.
What is zoxide
Smarter cd command for your terminal.
We can use yum or dnf to install zoxide on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zoxide.
Install zoxide 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 zoxide using dnf by running the following command:
sudo dnf -y install zoxide
Install zoxide 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 zoxide using yum by running the following command:
sudo yum -y install zoxide
How To Uninstall zoxide on Fedora 36
To uninstall only the zoxide package we can use the following command:
sudo dnf remove zoxide
zoxide Package Contents on Fedora 36
/usr/bin/zoxide
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/57982a2b5461ffeba0ab00deecaa0f36beab14
/usr/share/doc/zoxide
/usr/share/doc/zoxide/CHANGELOG.md
/usr/share/doc/zoxide/README.md
/usr/share/licenses/zoxide
/usr/share/licenses/zoxide/LICENSE
References
Summary
In this tutorial we learn how to install zoxide on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).