How to Install and Uninstall etckeeper.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 30,2024

1. Install "etckeeper.noarch" package

Learn how to install etckeeper.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install etckeeper.noarch

2. Uninstall "etckeeper.noarch" package

In this section, we are going to explain the necessary steps to uninstall etckeeper.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove etckeeper.noarch $ sudo dnf autoremove

3. Information about the etckeeper.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:29:23 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : etckeeper
Version : 1.18.20
Release : 1.el9
Architecture : noarch
Size : 42 k
Source : etckeeper-1.18.20-1.el9.src.rpm
Repository : epel
Summary : Store /etc in a SCM system (git, mercurial, bzr or darcs)
URL : https://etckeeper.branchable.com/
License : GPLv2+
Description : The etckeeper program is a tool to let /etc be stored in a git,
: mercurial, bzr or darcs repository. It hooks into yum to automatically
: commit changes made to /etc during package upgrades. It tracks file
: metadata that version control systems do not normally support, but that
: is important for /etc, such as the permissions of /etc/shadow. It's
: quite modular and configurable, while also being simple to use if you
: understand the basics of working with version control.
:
: The default backend is git, if want to use a another backend please
: install the appropriate tool (mercurial, darcs or bzr).
:
:
: To start using the package please read /usr/share/doc/etckeeper/README.