How To Install ykushcmd on Fedora 36
Introduction
In this tutorial we learn how to install ykushcmd on Fedora 36.
What is ykushcmd
Control application for Yepkit YKUSH Switchable USB Hub boards.
We can use yum or dnf to install ykushcmd on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ykushcmd.
Install ykushcmd 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 ykushcmd using dnf by running the following command:
sudo dnf -y install ykushcmd
Install ykushcmd 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 ykushcmd using yum by running the following command:
sudo yum -y install ykushcmd
How To Uninstall ykushcmd on Fedora 36
To uninstall only the ykushcmd package we can use the following command:
sudo dnf remove ykushcmd
ykushcmd Package Contents on Fedora 36
/usr/bin/ykushcmd
/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/86f27023df6dd54f93ae2ee3cc0a384d960dd4
/usr/share/doc/ykushcmd
/usr/share/doc/ykushcmd/README.md
/usr/share/licenses/ykushcmd
/usr/share/licenses/ykushcmd/LICENSE.md
References
Summary
In this tutorial we learn how to install ykushcmd on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).