How To Install ServiceReport on Fedora 34
Introduction
In this tutorial we learn how to install ServiceReport
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install ServiceReport.
Install ServiceReport on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install ServiceReport
using dnf
by running the following command:
sudo dnf -y install ServiceReport
Install ServiceReport on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the ServiceReport
package we can use the following command:
sudo dnf remove ServiceReport
ServiceReport Package Contents on Fedora 34
/usr/bin/servicereport
/usr/lib/python3.9/site-packages/ServiceReport-2.2.2-py3.9.egg-info
/usr/lib/python3.9/site-packages/ServiceReport-2.2.2-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/ServiceReport-2.2.2-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/ServiceReport-2.2.2-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/ServiceReport-2.2.2-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/servicereportpkg
/usr/lib/python3.9/site-packages/servicereportpkg/__init__.py
/usr/lib/python3.9/site-packages/servicereportpkg/__pycache__
/usr/lib/python3.9/site-packages/servicereportpkg/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/__pycache__/check.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/__pycache__/check.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/__pycache__/file_manager.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/__pycache__/file_manager.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/__pycache__/global_context.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/__pycache__/global_context.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/__pycache__/logger.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/__pycache__/logger.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/__pycache__/report.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/__pycache__/report.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/__pycache__/utils.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/check.py
/usr/lib/python3.9/site-packages/servicereportpkg/file_manager.py
/usr/lib/python3.9/site-packages/servicereportpkg/global_context.py
/usr/lib/python3.9/site-packages/servicereportpkg/logger.py
/usr/lib/python3.9/site-packages/servicereportpkg/repair
/usr/lib/python3.9/site-packages/servicereportpkg/repair/__init__.py
/usr/lib/python3.9/site-packages/servicereportpkg/repair/__pycache__
/usr/lib/python3.9/site-packages/servicereportpkg/repair/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/repair/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/__init__.py
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/__pycache__
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/__pycache__/daemon_repair.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/__pycache__/daemon_repair.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/__pycache__/fadump_repair.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/__pycache__/fadump_repair.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/__pycache__/kdump_repair.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/__pycache__/kdump_repair.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/__pycache__/package_repair.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/__pycache__/package_repair.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/daemon_repair.py
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/fadump_repair.py
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/kdump_repair.py
/usr/lib/python3.9/site-packages/servicereportpkg/repair/plugins/package_repair.py
/usr/lib/python3.9/site-packages/servicereportpkg/report.py
/usr/lib/python3.9/site-packages/servicereportpkg/utils.py
/usr/lib/python3.9/site-packages/servicereportpkg/validate
/usr/lib/python3.9/site-packages/servicereportpkg/validate/__init__.py
/usr/lib/python3.9/site-packages/servicereportpkg/validate/__pycache__
/usr/lib/python3.9/site-packages/servicereportpkg/validate/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/__init__.py
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/__pycache__
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/__pycache__/daemon.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/__pycache__/daemon.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/__pycache__/fadump.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/__pycache__/fadump.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/__pycache__/htx.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/__pycache__/htx.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/__pycache__/kdump.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/__pycache__/kdump.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/__pycache__/package.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/__pycache__/package.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/daemon.py
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/fadump.py
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/htx.py
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/kdump.py
/usr/lib/python3.9/site-packages/servicereportpkg/validate/plugins/package.py
/usr/lib/python3.9/site-packages/servicereportpkg/validate/schemes
/usr/lib/python3.9/site-packages/servicereportpkg/validate/schemes/__init__.py
/usr/lib/python3.9/site-packages/servicereportpkg/validate/schemes/__pycache__
/usr/lib/python3.9/site-packages/servicereportpkg/validate/schemes/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/schemes/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/schemes/__pycache__/schemes.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/servicereportpkg/validate/schemes/__pycache__/schemes.cpython-39.pyc
/usr/lib/python3.9/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 34 using yum and dnf.