How To Install tukit on Fedora 36

In this tutorial we learn how to install tukit in Fedora 36. tukit is Tool for doing transactional updates using Btrfs snapshots

Introduction

In this tutorial we learn how to install tukit on Fedora 36.

What is tukit

tukit is a simple tool to make changes to a system in an atomic way with btrfs and snapshots.

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

Install tukit 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 tukit using dnf by running the following command:

sudo dnf -y install tukit

Install tukit 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 tukit using yum by running the following command:

sudo yum -y install tukit

How To Uninstall tukit on Fedora 36

To uninstall only the tukit package we can use the following command:

sudo dnf remove tukit

tukit Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/99
/usr/lib/.build-id/99/2e0f8a88baed2502c684c3e43f59656e3a0fb1
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/4656625210177fef2503f9bd6b25bd0482d74b
/usr/lib/systemd/system/create-dirs-from-rpmdb.service
/usr/sbin/create_dirs_from_rpmdb
/usr/sbin/tukit
/usr/share/doc/tukit
/usr/share/doc/tukit/NEWS
/usr/share/doc/tukit/README.md
/usr/share/licenses/tukit
/usr/share/licenses/tukit/COPYING
/usr/share/licenses/tukit/gpl-2.0.txt

References

Summary

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