How To Install deltaiso on Fedora 36

In this tutorial we learn how to install deltaiso in Fedora 36. deltaiso is Create deltas between isos containing rpms

Introduction

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

What is deltaiso

This package contains tools for creating and using deltasisos, a difference between an old and a new iso containing rpms.

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

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

sudo dnf -y install deltaiso

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

sudo yum -y install deltaiso

How To Uninstall deltaiso on Fedora 36

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

sudo dnf remove deltaiso

deltaiso Package Contents on Fedora 36

/usr/bin/applydeltaiso
/usr/bin/fragiso
/usr/bin/makedeltaiso
/usr/lib/.build-id
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/241917ab94babb60cd01fddfcf989af250d652
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/a503cdd15bcce22370ea8314b59333537f873e
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/3199464485f0c393eb192e2a32ee98e7791f16
/usr/share/man/man8/applydeltaiso.8.gz
/usr/share/man/man8/fragiso.8.gz
/usr/share/man/man8/makedeltaiso.8.gz

References

Summary

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