How to Install and Uninstall python36-Sphinx Package on openSuSE Tumbleweed

Last updated: November 25,2024

1. Install "python36-Sphinx" package

Please follow the steps below to install python36-Sphinx on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-Sphinx

2. Uninstall "python36-Sphinx" package

Please follow the guidelines below to uninstall python36-Sphinx on openSuSE Tumbleweed:

$ sudo zypper remove python36-Sphinx

3. Information about the python36-Sphinx package on openSuSE Tumbleweed

Information for package python36-Sphinx:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-Sphinx
Version : 4.3.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 15,2 MiB
Installed : No
Status : not installed
Source package : python-Sphinx-4.3.1-1.1.src
Summary : Python documentation generator
Description :
Sphinx is a tool that facilitates creating documentation for Python
projects (or other documents consisting of multiple reStructuredText
sources). It was originally created for the Python documentation, and
supports Python project documentation well, but C/C++ is likewise
supported.
Sphinx uses reStructuredText as its markup language. Sphinx draws from
the parsing and translating suite, the Docutils.