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

Last updated: July 02,2024

1. Install "python311-Sphinx" package

In this section, we are going to explain the necessary steps to install python311-Sphinx on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-Sphinx

2. Uninstall "python311-Sphinx" package

In this section, we are going to explain the necessary steps to uninstall python311-Sphinx on openSuSE Tumbleweed:

$ sudo zypper remove python311-Sphinx

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

Information for package python311-Sphinx:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-Sphinx
Version : 7.2.6-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 16.7 MiB
Installed : No
Status : not installed
Source package : python-Sphinx-7.2.6-4.1.src
Upstream URL : http://sphinx-doc.org
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.