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

Last updated: May 18,2024

1. Install "python3-releases" package

Here is a brief guide to show you how to install python3-releases on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-releases

2. Uninstall "python3-releases" package

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

$ sudo zypper remove python3-releases

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

Information for package python3-releases:
-----------------------------------------
Repository : Main Repository
Name : python3-releases
Version : 1.6.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 112.2 KiB
Installed : No
Status : not installed
Source package : python-releases-1.6.1-bp155.2.11.src
Upstream URL : https://github.com/bitprophet/releases
Summary : A Sphinx extension for changelog manipulation
Description :
Releases is a Python 2+3 compatible `Sphinx `_ extension
designed to help you keep a source control friendly, merge friendly changelog
file & turn it into useful, human readable HTML output.
Specifically:
* The source format (kept in your Sphinx tree as ``changelog.rst``) is a
stream-like timeline that plays well with source control & only requires one
entry per change (even for changes that exist in multiple release lines).
* The output (when you have the extension installed and run your Sphinx build
command) is a traditional looking changelog page with a section for every
release; multi-release issues are copied automatically into each release.
* By default, feature and support issues are only displayed under feature
releases, and bugs are only displayed under bugfix releases. This can be
overridden on a per-issue basis.