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

Last updated: June 16,2024

1. Install "python312-sybil" package

This tutorial shows how to install python312-sybil on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-sybil

2. Uninstall "python312-sybil" package

This guide covers the steps necessary to uninstall python312-sybil on openSuSE Tumbleweed:

$ sudo zypper remove python312-sybil

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

Information for package python312-sybil:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-sybil
Version : 3.0.1-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 96.6 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.