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

Last updated: November 27,2024

1. Install "python38-Sphinx" package

Please follow the instructions below to install python38-Sphinx on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-Sphinx

2. Uninstall "python38-Sphinx" package

This tutorial shows how to uninstall python38-Sphinx on openSuSE Tumbleweed:

$ sudo zypper remove python38-Sphinx

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

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