How to Install and Uninstall python3-sybil.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 28,2024

1. Install "python3-sybil.noarch" package

In this section, we are going to explain the necessary steps to install python3-sybil.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-sybil.noarch

2. Uninstall "python3-sybil.noarch" package

Please follow the guidelines below to uninstall python3-sybil.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-sybil.noarch $ sudo dnf autoremove

3. Information about the python3-sybil.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:47:05 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-sybil
Version : 3.0.1
Release : 3.el9
Architecture : noarch
Size : 39 k
Source : python-sybil-3.0.1-3.el9.src.rpm
Repository : epel
Summary : Automated testing for the examples in your documentation
URL : https://sybil.readthedocs.io/
License : MIT
Description : This library provides a way to test examples in your documentation by parsing
: them from the documentation source and evaluating the parsed examples as part
: of your normal test run. Integration is provided for the three main Python
: test runners.