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

Last updated: May 20,2024

1. Install "python39-Sphinx" package

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

$ sudo zypper refresh $ sudo zypper install python39-Sphinx

2. Uninstall "python39-Sphinx" package

Please follow the steps below to uninstall python39-Sphinx on openSuSE Tumbleweed:

$ sudo zypper remove python39-Sphinx

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

Information for package python39-Sphinx:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-Sphinx
Version : 7.2.6-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 14.5 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.