How to Install and Uninstall git-publish.noarch Package on CentOS 8 / RHEL 8

Last updated: September 19,2024

1. Install "git-publish.noarch" package

Please follow the instructions below to install git-publish.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install git-publish.noarch

2. Uninstall "git-publish.noarch" package

This guide let you learn how to uninstall git-publish.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove git-publish.noarch $ sudo dnf autoremove

3. Information about the git-publish.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:35:33 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : git-publish
Version : 1.6.1
Release : 1.el8
Architecture : noarch
Size : 29 k
Source : git-publish-1.6.1-1.el8.src.rpm
Repository : epel
Summary : Prepare and store patch revisions as git tags
URL : https://github.com/stefanha/git-publish
License : MIT
Description : git-publish handles repetitive and time-consuming details of managing patch
: email submission. It works with individual patches as well as patch series and
: has support for pull request emails.
:
: Each revision is stored as a git tag including the cover letter (if any). This
: makes it easy to refer back to previous revisions of a patch. Numbering is
: handled automatically and the To:/Cc: email addresses are remembered across
: revisions to save you retyping them.
:
: Many projects have conventions for submitting patches. It is possible to
: encode them as a .gitpublish file and hooks/ scripts. This automatically uses
: the right settings and can run a coding style checker or linting tools before
: emails are sent.