How To Install etckeeper-brz on Fedora 36

In this tutorial we learn how to install etckeeper-brz in Fedora 36. etckeeper-brz is Support for bzr with etckeeper (via breezy)

Introduction

In this tutorial we learn how to install etckeeper-brz on Fedora 36.

What is etckeeper-brz

This package provides a brz (breezy) backend for etckeeper, if you want to use etckeeper with (bzr) bazaar repositories, install this package.

We can use yum or dnf to install etckeeper-brz on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install etckeeper-brz.

Install etckeeper-brz on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install etckeeper-brz using dnf by running the following command:

sudo dnf -y install etckeeper-brz

Install etckeeper-brz on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install etckeeper-brz using yum by running the following command:

sudo yum -y install etckeeper-brz

How To Uninstall etckeeper-brz on Fedora 36

To uninstall only the etckeeper-brz package we can use the following command:

sudo dnf remove etckeeper-brz

etckeeper-brz Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/breezy
/usr/lib/python3.10/site-packages/breezy/plugins
/usr/lib/python3.10/site-packages/breezy/plugins/etckeeper
/usr/lib/python3.10/site-packages/breezy/plugins/etckeeper/__init__.py
/usr/lib/python3.10/site-packages/breezy/plugins/etckeeper/__pycache__
/usr/lib/python3.10/site-packages/breezy/plugins/etckeeper/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/breezy/plugins/etckeeper/__pycache__/__init__.cpython-310.pyc

References

Summary

In this tutorial we learn how to install etckeeper-brz on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).