How to Install and Uninstall bumpversion.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 28,2024
1. Install "bumpversion.noarch" package
Please follow the instructions below to install bumpversion.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
bumpversion.noarch
Copied
2. Uninstall "bumpversion.noarch" package
This guide covers the steps necessary to uninstall bumpversion.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
bumpversion.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the bumpversion.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:08:02 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : bumpversion
Version : 1.0.1
Release : 4.el8
Architecture : noarch
Size : 48 k
Source : bumpversion-1.0.1-4.el8.src.rpm
Repository : epel
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
Available Packages
Name : bumpversion
Version : 1.0.1
Release : 4.el8
Architecture : noarch
Size : 48 k
Source : bumpversion-1.0.1-4.el8.src.rpm
Repository : epel
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