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

Last updated: October 05,2024

1. Install "etckeeper.noarch" package

Here is a brief guide to show you how to install etckeeper.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install etckeeper.noarch

2. Uninstall "etckeeper.noarch" package

Please follow the instructions below to uninstall etckeeper.noarch on Fedora 34:

$ sudo dnf remove etckeeper.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:46:00 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : etckeeper
Version : 1.18.17
Release : 1.fc34
Architecture : noarch
Size : 42 k
Source : etckeeper-1.18.17-1.fc34.src.rpm
Repository : updates
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 use bazaar/breezy as backend, please also install the etckeeper-brz package.
:
: To start using the package please read /usr/share/doc/etckeeper/README.