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

Last updated: September 28,2024

1. Install "python3-Sphinx_4_2_0" package

Please follow the guidance below to install python3-Sphinx_4_2_0 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Sphinx_4_2_0

2. Uninstall "python3-Sphinx_4_2_0" package

This guide covers the steps necessary to uninstall python3-Sphinx_4_2_0 on openSUSE Leap:

$ sudo zypper remove python3-Sphinx_4_2_0

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

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