How to Install and Uninstall python39-releases Package on openSuSE Tumbleweed

Last updated: May 10,2024

1. Install "python39-releases" package

This guide let you learn how to install python39-releases on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-releases

2. Uninstall "python39-releases" package

Please follow the guidance below to uninstall python39-releases on openSuSE Tumbleweed:

$ sudo zypper remove python39-releases

3. Information about the python39-releases package on openSuSE Tumbleweed

Information for package python39-releases:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-releases
Version : 2.1.1-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 84.7 KiB
Installed : No
Status : not installed
Source package : python-releases-2.1.1-1.7.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.