How To Install contest on Fedora 36
Introduction
In this tutorial we learn how to install contest on Fedora 36.
What is contest
Run continuous and on-demand system testing for real and virtual hardware.
We can use yum or dnf to install contest on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install contest.
Install contest 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 contest using dnf by running the following command:
sudo dnf -y install contest
Install contest 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 contest using yum by running the following command:
sudo yum -y install contest
How To Uninstall contest on Fedora 36
To uninstall only the contest package we can use the following command:
sudo dnf remove contest
contest Package Contents on Fedora 36
/usr/bin/contest
/usr/bin/contestcli
/usr/bin/rdbms
/usr/lib/.build-id
/usr/lib/.build-id/82
/usr/lib/.build-id/82/d811e23f60aa0c6da718d47916e4229834b2e1
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/8e3a157e2cc21fe02d843efe4c883dadc50e22
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/ce47e6f2895e33e95b72ba081fda2c9e1c1dab
/usr/share/doc/contest
/usr/share/doc/contest/AUTHORS
/usr/share/doc/contest/CODE_OF_CONDUCT.md
/usr/share/doc/contest/CONTRIBUTING.md
/usr/share/doc/contest/README.md
/usr/share/licenses/contest
/usr/share/licenses/contest/LICENSE
References
Summary
In this tutorial we learn how to install contest on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).