How to Install and Uninstall bumpversion.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "bumpversion.noarch" package

In this section, we are going to explain the necessary steps to install bumpversion.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install bumpversion.noarch

2. Uninstall "bumpversion.noarch" package

Learn how to uninstall bumpversion.noarch on Fedora 34:

$ sudo dnf remove bumpversion.noarch $ sudo dnf autoremove

3. Information about the bumpversion.noarch package on Fedora 34

Last metadata expiration check: 5:24:25 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : bumpversion
Version : 0.5.8
Release : 11.fc34
Architecture : noarch
Size : 41 k
Source : bumpversion-0.5.8-11.fc34.src.rpm
Repository : fedora
Summary : Version-bump your software with a single command
URL : https://github.com/c4urself/bump2version
License : MIT
Description : A small command line tool to simplify releasing software by updating all
: version strings in your source code by the correct increment. Also creates
: commits and tags:
:
: * version formats are highly configurable
: * works without any VCS, but happily reads tag information from and writes
: commits and tags to Git and Mercurial if available
: * just handles text files, so it's not specific to any programming language