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

Last updated: September 29,2024

1. Install "python310-Sphinx" package

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

$ sudo zypper refresh $ sudo zypper install python310-Sphinx

2. Uninstall "python310-Sphinx" package

This guide covers the steps necessary to uninstall python310-Sphinx on openSuSE Tumbleweed:

$ sudo zypper remove python310-Sphinx

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

Information for package python310-Sphinx:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.