How To Install pkgtreediff on Fedora 36

In this tutorial we learn how to install pkgtreediff in Fedora 36. pkgtreediff is RPM package tree diff tool

Introduction

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

What is pkgtreediff

Tool for comparing RPM packages and versions in OS dist trees or instances.

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

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

sudo dnf -y install pkgtreediff

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

sudo yum -y install pkgtreediff

How To Uninstall pkgtreediff on Fedora 36

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

sudo dnf remove pkgtreediff

pkgtreediff Package Contents on Fedora 36

/usr/bin/pkgtreediff
/usr/lib/.build-id
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/a75667494867252dfc261b31adbdc00349e0ad
/usr/share/bash-completion/completions/pkgtreediff
/usr/share/doc/pkgtreediff
/usr/share/doc/pkgtreediff/CHANGELOG.md
/usr/share/doc/pkgtreediff/README.md
/usr/share/doc/pkgtreediff/TODO
/usr/share/licenses/pkgtreediff
/usr/share/licenses/pkgtreediff/LICENSE

References

Summary

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