How To Install python3-testrepository on Fedora 36

In this tutorial we learn how to install python3-testrepository in Fedora 36. python3-testrepository is A repository of test results (for Python 3)

Introduction

In this tutorial we learn how to install python3-testrepository on Fedora 36.

What is python3-testrepository

Provides a database of test results which can be used to support easy developer workflows, supporting functionality like isolating failing tests. Testrepository is compatible with any test suite that can output subunit. This includes any TAP test suite and any pyunit compatible test suite. This package is for Python 3.

We can use yum or dnf to install python3-testrepository on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-testrepository.

Install python3-testrepository 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 python3-testrepository using dnf by running the following command:

sudo dnf -y install python3-testrepository

Install python3-testrepository 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 python3-testrepository using yum by running the following command:

sudo yum -y install python3-testrepository

How To Uninstall python3-testrepository on Fedora 36

To uninstall only the python3-testrepository package we can use the following command:

sudo dnf remove python3-testrepository

python3-testrepository Package Contents on Fedora 36

/usr/bin/testr
/usr/bin/testr-3.10
/usr/lib/python3.10/site-packages/testrepository
/usr/lib/python3.10/site-packages/testrepository-0.0.20-py3.10.egg-info
/usr/lib/python3.10/site-packages/testrepository-0.0.20-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/testrepository-0.0.20-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/testrepository-0.0.20-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/testrepository-0.0.20-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/testrepository-0.0.20-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/testrepository-0.0.20-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/testrepository/__init__.py
/usr/lib/python3.10/site-packages/testrepository/__pycache__
/usr/lib/python3.10/site-packages/testrepository/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/__pycache__/results.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/__pycache__/results.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/__pycache__/setuptools_command.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/__pycache__/setuptools_command.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/__pycache__/testcommand.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/__pycache__/testcommand.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/__pycache__/testlist.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/__pycache__/testlist.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/arguments
/usr/lib/python3.10/site-packages/testrepository/arguments/__init__.py
/usr/lib/python3.10/site-packages/testrepository/arguments/__pycache__
/usr/lib/python3.10/site-packages/testrepository/arguments/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/arguments/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/arguments/__pycache__/command.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/arguments/__pycache__/command.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/arguments/__pycache__/doubledash.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/arguments/__pycache__/doubledash.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/arguments/__pycache__/path.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/arguments/__pycache__/path.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/arguments/__pycache__/string.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/arguments/__pycache__/string.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/arguments/command.py
/usr/lib/python3.10/site-packages/testrepository/arguments/doubledash.py
/usr/lib/python3.10/site-packages/testrepository/arguments/path.py
/usr/lib/python3.10/site-packages/testrepository/arguments/string.py
/usr/lib/python3.10/site-packages/testrepository/commands
/usr/lib/python3.10/site-packages/testrepository/commands/__init__.py
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/commands.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/commands.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/failing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/failing.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/help.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/help.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/init.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/init.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/last.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/last.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/list_tests.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/list_tests.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/load.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/load.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/quickstart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/quickstart.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/run.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/run.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/slowest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/slowest.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/stats.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/__pycache__/stats.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/commands/commands.py
/usr/lib/python3.10/site-packages/testrepository/commands/failing.py
/usr/lib/python3.10/site-packages/testrepository/commands/help.py
/usr/lib/python3.10/site-packages/testrepository/commands/init.py
/usr/lib/python3.10/site-packages/testrepository/commands/last.py
/usr/lib/python3.10/site-packages/testrepository/commands/list_tests.py
/usr/lib/python3.10/site-packages/testrepository/commands/load.py
/usr/lib/python3.10/site-packages/testrepository/commands/quickstart.py
/usr/lib/python3.10/site-packages/testrepository/commands/run.py
/usr/lib/python3.10/site-packages/testrepository/commands/slowest.py
/usr/lib/python3.10/site-packages/testrepository/commands/stats.py
/usr/lib/python3.10/site-packages/testrepository/repository
/usr/lib/python3.10/site-packages/testrepository/repository/__init__.py
/usr/lib/python3.10/site-packages/testrepository/repository/__pycache__
/usr/lib/python3.10/site-packages/testrepository/repository/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/repository/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/repository/__pycache__/file.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/repository/__pycache__/file.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/repository/__pycache__/memory.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/repository/__pycache__/memory.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/repository/__pycache__/samba_buildfarm.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/repository/__pycache__/samba_buildfarm.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/repository/file.py
/usr/lib/python3.10/site-packages/testrepository/repository/memory.py
/usr/lib/python3.10/site-packages/testrepository/repository/samba_buildfarm.py
/usr/lib/python3.10/site-packages/testrepository/results.py
/usr/lib/python3.10/site-packages/testrepository/setuptools_command.py
/usr/lib/python3.10/site-packages/testrepository/testcommand.py
/usr/lib/python3.10/site-packages/testrepository/testlist.py
/usr/lib/python3.10/site-packages/testrepository/tests
/usr/lib/python3.10/site-packages/testrepository/tests/__init__.py
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/monkeypatch.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/monkeypatch.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/stubpackage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/stubpackage.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_arguments.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_arguments.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_commands.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_commands.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_matchers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_matchers.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_monkeypatch.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_monkeypatch.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_repository.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_repository.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_results.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_results.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_setup.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_setup.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_stubpackage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_stubpackage.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_testcommand.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_testcommand.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_testr.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_testr.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_ui.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/__pycache__/test_ui.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/arguments
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/__init__.py
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/__pycache__
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/__pycache__/test_command.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/__pycache__/test_command.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/__pycache__/test_doubledash.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/__pycache__/test_doubledash.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/__pycache__/test_path.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/__pycache__/test_path.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/__pycache__/test_string.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/__pycache__/test_string.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/test_command.py
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/test_doubledash.py
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/test_path.py
/usr/lib/python3.10/site-packages/testrepository/tests/arguments/test_string.py
/usr/lib/python3.10/site-packages/testrepository/tests/commands
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__init__.py
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_commands.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_commands.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_failing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_failing.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_help.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_help.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_init.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_init.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_last.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_last.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_list_tests.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_list_tests.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_load.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_load.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_quickstart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_quickstart.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_run.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_run.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_slowest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_slowest.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_stats.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/__pycache__/test_stats.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/commands/test_commands.py
/usr/lib/python3.10/site-packages/testrepository/tests/commands/test_failing.py
/usr/lib/python3.10/site-packages/testrepository/tests/commands/test_help.py
/usr/lib/python3.10/site-packages/testrepository/tests/commands/test_init.py
/usr/lib/python3.10/site-packages/testrepository/tests/commands/test_last.py
/usr/lib/python3.10/site-packages/testrepository/tests/commands/test_list_tests.py
/usr/lib/python3.10/site-packages/testrepository/tests/commands/test_load.py
/usr/lib/python3.10/site-packages/testrepository/tests/commands/test_quickstart.py
/usr/lib/python3.10/site-packages/testrepository/tests/commands/test_run.py
/usr/lib/python3.10/site-packages/testrepository/tests/commands/test_slowest.py
/usr/lib/python3.10/site-packages/testrepository/tests/commands/test_stats.py
/usr/lib/python3.10/site-packages/testrepository/tests/monkeypatch.py
/usr/lib/python3.10/site-packages/testrepository/tests/repository
/usr/lib/python3.10/site-packages/testrepository/tests/repository/__init__.py
/usr/lib/python3.10/site-packages/testrepository/tests/repository/__pycache__
/usr/lib/python3.10/site-packages/testrepository/tests/repository/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/repository/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/repository/__pycache__/test_file.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/repository/__pycache__/test_file.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/repository/test_file.py
/usr/lib/python3.10/site-packages/testrepository/tests/stubpackage.py
/usr/lib/python3.10/site-packages/testrepository/tests/test_arguments.py
/usr/lib/python3.10/site-packages/testrepository/tests/test_commands.py
/usr/lib/python3.10/site-packages/testrepository/tests/test_matchers.py
/usr/lib/python3.10/site-packages/testrepository/tests/test_monkeypatch.py
/usr/lib/python3.10/site-packages/testrepository/tests/test_repository.py
/usr/lib/python3.10/site-packages/testrepository/tests/test_results.py
/usr/lib/python3.10/site-packages/testrepository/tests/test_setup.py
/usr/lib/python3.10/site-packages/testrepository/tests/test_stubpackage.py
/usr/lib/python3.10/site-packages/testrepository/tests/test_testcommand.py
/usr/lib/python3.10/site-packages/testrepository/tests/test_testr.py
/usr/lib/python3.10/site-packages/testrepository/tests/test_ui.py
/usr/lib/python3.10/site-packages/testrepository/tests/ui
/usr/lib/python3.10/site-packages/testrepository/tests/ui/__init__.py
/usr/lib/python3.10/site-packages/testrepository/tests/ui/__pycache__
/usr/lib/python3.10/site-packages/testrepository/tests/ui/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/ui/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/ui/__pycache__/test_cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/ui/__pycache__/test_cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/ui/__pycache__/test_decorator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/ui/__pycache__/test_decorator.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/tests/ui/test_cli.py
/usr/lib/python3.10/site-packages/testrepository/tests/ui/test_decorator.py
/usr/lib/python3.10/site-packages/testrepository/ui
/usr/lib/python3.10/site-packages/testrepository/ui/__init__.py
/usr/lib/python3.10/site-packages/testrepository/ui/__pycache__
/usr/lib/python3.10/site-packages/testrepository/ui/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/ui/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/ui/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/ui/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/ui/__pycache__/decorator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/ui/__pycache__/decorator.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/ui/__pycache__/model.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/testrepository/ui/__pycache__/model.cpython-310.pyc
/usr/lib/python3.10/site-packages/testrepository/ui/cli.py
/usr/lib/python3.10/site-packages/testrepository/ui/decorator.py
/usr/lib/python3.10/site-packages/testrepository/ui/model.py
/usr/lib/python3.10/site-packages/testrepository/utils.py
/usr/share/doc/python3-testrepository
/usr/share/doc/python3-testrepository/Apache-2.0
/usr/share/doc/python3-testrepository/README.txt

References

Summary

In this tutorial we learn how to install python3-testrepository on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).