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

Last updated: November 23,2024

1. Install "python2-Sphinx" package

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

$ sudo zypper refresh $ sudo zypper install python2-Sphinx

2. Uninstall "python2-Sphinx" package

Please follow the guidance below to uninstall python2-Sphinx on openSUSE Leap:

$ sudo zypper remove python2-Sphinx

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

Information for package python2-Sphinx:
---------------------------------------
Repository : Main Repository
Name : python2-Sphinx
Version : 1.8.5-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 14,7 MiB
Installed : No
Status : not installed
Source package : python-Sphinx-1.8.5-1.24.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.