How To Install ServiceReport on Fedora 36

In this tutorial we learn how to install ServiceReport in Fedora 36. ServiceReport is A tool to validate and repair First Failure Data Capture (FFDC) configuration

Introduction

In this tutorial we learn how to install ServiceReport on Fedora 36.

What is ServiceReport

ServiceReport is a python based tool that investigates the incorrect First Failure Data Capture (FFDC) configuration and optionally repairs the incorrect configuration

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

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

sudo dnf -y install ServiceReport

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

sudo yum -y install ServiceReport

How To Uninstall ServiceReport on Fedora 36

To uninstall only the ServiceReport package we can use the following command:

sudo dnf remove ServiceReport

ServiceReport Package Contents on Fedora 36

/usr/bin/servicereport
/usr/lib/python3.10/site-packages/ServiceReport-2.2.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/ServiceReport-2.2.2-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/ServiceReport-2.2.2-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/ServiceReport-2.2.2-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/ServiceReport-2.2.2-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/servicereportpkg
/usr/lib/python3.10/site-packages/servicereportpkg/__init__.py
/usr/lib/python3.10/site-packages/servicereportpkg/__pycache__
/usr/lib/python3.10/site-packages/servicereportpkg/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/__pycache__/check.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/__pycache__/check.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/__pycache__/file_manager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/__pycache__/file_manager.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/__pycache__/global_context.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/__pycache__/global_context.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/__pycache__/logger.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/__pycache__/logger.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/__pycache__/report.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/__pycache__/report.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/check.py
/usr/lib/python3.10/site-packages/servicereportpkg/file_manager.py
/usr/lib/python3.10/site-packages/servicereportpkg/global_context.py
/usr/lib/python3.10/site-packages/servicereportpkg/logger.py
/usr/lib/python3.10/site-packages/servicereportpkg/repair
/usr/lib/python3.10/site-packages/servicereportpkg/repair/__init__.py
/usr/lib/python3.10/site-packages/servicereportpkg/repair/__pycache__
/usr/lib/python3.10/site-packages/servicereportpkg/repair/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/repair/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/__init__.py
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/__pycache__
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/__pycache__/daemon_repair.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/__pycache__/daemon_repair.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/__pycache__/fadump_repair.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/__pycache__/fadump_repair.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/__pycache__/kdump_repair.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/__pycache__/kdump_repair.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/__pycache__/package_repair.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/__pycache__/package_repair.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/daemon_repair.py
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/fadump_repair.py
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/kdump_repair.py
/usr/lib/python3.10/site-packages/servicereportpkg/repair/plugins/package_repair.py
/usr/lib/python3.10/site-packages/servicereportpkg/report.py
/usr/lib/python3.10/site-packages/servicereportpkg/utils.py
/usr/lib/python3.10/site-packages/servicereportpkg/validate
/usr/lib/python3.10/site-packages/servicereportpkg/validate/__init__.py
/usr/lib/python3.10/site-packages/servicereportpkg/validate/__pycache__
/usr/lib/python3.10/site-packages/servicereportpkg/validate/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/__init__.py
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/__pycache__
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/__pycache__/daemon.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/__pycache__/daemon.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/__pycache__/fadump.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/__pycache__/fadump.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/__pycache__/htx.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/__pycache__/htx.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/__pycache__/kdump.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/__pycache__/kdump.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/__pycache__/package.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/__pycache__/package.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/daemon.py
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/fadump.py
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/htx.py
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/kdump.py
/usr/lib/python3.10/site-packages/servicereportpkg/validate/plugins/package.py
/usr/lib/python3.10/site-packages/servicereportpkg/validate/schemes
/usr/lib/python3.10/site-packages/servicereportpkg/validate/schemes/__init__.py
/usr/lib/python3.10/site-packages/servicereportpkg/validate/schemes/__pycache__
/usr/lib/python3.10/site-packages/servicereportpkg/validate/schemes/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/schemes/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/schemes/__pycache__/schemes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/schemes/__pycache__/schemes.cpython-310.pyc
/usr/lib/python3.10/site-packages/servicereportpkg/validate/schemes/schemes.py
/usr/lib/systemd/system/servicereport.service
/usr/share/doc/ServiceReport
/usr/share/doc/ServiceReport/README.md
/usr/share/licenses/ServiceReport
/usr/share/licenses/ServiceReport/COPYING
/usr/share/man/man8/servicereport.8.gz

References

Summary

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