How To Install relval on Fedora 36
Introduction
In this tutorial we learn how to install relval
on Fedora 36.
What is relval
Relval can perform various tasks related to Fedora QA by interacting with the Fedora wiki. It lets you * Create wiki pages for Fedora release validation test events * Generate statistics on release validation testing * Report release validation test results using a console interface See https more information on the process relval helps with.
We can use yum
or dnf
to install relval
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install relval.
Install relval 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 relval
using dnf
by running the following command:
sudo dnf -y install relval
Install relval 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 relval
using yum
by running the following command:
sudo yum -y install relval
How To Uninstall relval on Fedora 36
To uninstall only the relval
package we can use the following command:
sudo dnf remove relval
relval Package Contents on Fedora 36
/usr/bin/relval
/usr/lib/python3.10/site-packages/relval
/usr/lib/python3.10/site-packages/relval-2.5.7-py3.10.egg-info
/usr/lib/python3.10/site-packages/relval-2.5.7-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/relval-2.5.7-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/relval-2.5.7-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/relval-2.5.7-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/relval-2.5.7-py3.10.egg-info/pbr.json
/usr/lib/python3.10/site-packages/relval-2.5.7-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/relval-2.5.7-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/relval/__init__.py
/usr/lib/python3.10/site-packages/relval/__pycache__
/usr/lib/python3.10/site-packages/relval/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relval/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/relval/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relval/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/relval/__pycache__/report_results.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relval/__pycache__/report_results.cpython-310.pyc
/usr/lib/python3.10/site-packages/relval/__pycache__/size_check.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relval/__pycache__/size_check.cpython-310.pyc
/usr/lib/python3.10/site-packages/relval/__pycache__/testcase_stats.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relval/__pycache__/testcase_stats.cpython-310.pyc
/usr/lib/python3.10/site-packages/relval/__pycache__/user_stats.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/relval/__pycache__/user_stats.cpython-310.pyc
/usr/lib/python3.10/site-packages/relval/cli.py
/usr/lib/python3.10/site-packages/relval/html
/usr/lib/python3.10/site-packages/relval/html/index.html
/usr/lib/python3.10/site-packages/relval/html/js
/usr/lib/python3.10/site-packages/relval/html/js/jquery-latest.js
/usr/lib/python3.10/site-packages/relval/html/js/jquery.tablesorter.js
/usr/lib/python3.10/site-packages/relval/html/js/themes
/usr/lib/python3.10/site-packages/relval/html/js/themes/blue
/usr/lib/python3.10/site-packages/relval/html/js/themes/blue/asc.gif
/usr/lib/python3.10/site-packages/relval/html/js/themes/blue/bg.gif
/usr/lib/python3.10/site-packages/relval/html/js/themes/blue/desc.gif
/usr/lib/python3.10/site-packages/relval/html/js/themes/blue/style.css
/usr/lib/python3.10/site-packages/relval/html/testcase.html
/usr/lib/python3.10/site-packages/relval/report_results.py
/usr/lib/python3.10/site-packages/relval/size_check.py
/usr/lib/python3.10/site-packages/relval/testcase_stats.py
/usr/lib/python3.10/site-packages/relval/user_stats.py
/usr/share/doc/relval
/usr/share/doc/relval/README.md
/usr/share/licenses/relval
/usr/share/licenses/relval/COPYING
References
Summary
In this tutorial we learn how to install relval
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).