How to Install and Uninstall python39-sybil Package on openSuSE Tumbleweed

Last updated: September 27,2024

1. Install "python39-sybil" package

Please follow the steps below to install python39-sybil on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-sybil

2. Uninstall "python39-sybil" package

Please follow the instructions below to uninstall python39-sybil on openSuSE Tumbleweed:

$ sudo zypper remove python39-sybil

3. Information about the python39-sybil package on openSuSE Tumbleweed

Information for package python39-sybil:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-sybil
Version : 3.0.1-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 79.8 KiB
Installed : No
Status : not installed
Source package : python-sybil-3.0.1-2.4.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.