How to Install and Uninstall python3-sybil Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-sybil" package

Please follow the guidelines below to install python3-sybil on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-sybil

2. Uninstall "python3-sybil" package

Please follow the instructions below to uninstall python3-sybil on openSUSE Leap:

$ sudo zypper remove python3-sybil

3. Information about the python3-sybil package on openSUSE Leap

Information for package python3-sybil:
--------------------------------------
Repository : Main Repository
Name : python3-sybil
Version : 2.0.1-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 94.8 KiB
Installed : No
Status : not installed
Source package : python-sybil-2.0.1-bp155.2.14.src
Upstream URL : https://github.com/cjw296/sybil
Summary : Automated testing of examples in documentation
Description :
python-sybil provides a way to test examples in one's documentation by parsing
them from the documentation source and evaluating the parsed examples as part
of the normal test run. Integration is provided for the main Python test runners.