How to Install and Uninstall python3-Sphinx Package on openSUSE Leap

Last updated: May 12,2024

1. Install "python3-Sphinx" package

Please follow the steps below to install python3-Sphinx on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Sphinx

2. Uninstall "python3-Sphinx" package

This guide let you learn how to uninstall python3-Sphinx on openSUSE Leap:

$ sudo zypper remove python3-Sphinx

3. Information about the python3-Sphinx package on openSUSE Leap

Information for package python3-Sphinx:
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-Sphinx
Version : 2.3.1-150400.5.69
Arch : noarch
Vendor : SUSE LLC
Installed Size : 14.0 MiB
Installed : No
Status : not installed
Source package : python3-Sphinx-2.3.1-150400.5.69.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.