How To Install deltarpm on Fedora 36
Introduction
In this tutorial we learn how to install deltarpm
on Fedora 36.
What is deltarpm
A deltarpm contains the difference between an old and a new version of a rpm, which makes it possible to recreate the new rpm from the deltarpm and the old one. You don’t have to have a copy of the old rpm, deltarpms can also work with installed rpms.
We can use yum
or dnf
to install deltarpm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install deltarpm.
Install deltarpm 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 deltarpm
using dnf
by running the following command:
sudo dnf -y install deltarpm
Install deltarpm 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 deltarpm
using yum
by running the following command:
sudo yum -y install deltarpm
How To Uninstall deltarpm on Fedora 36
To uninstall only the deltarpm
package we can use the following command:
sudo dnf remove deltarpm
deltarpm Package Contents on Fedora 36
/usr/bin/applydeltarpm
/usr/bin/combinedeltarpm
/usr/bin/makedeltarpm
/usr/bin/rpmdumpheader
/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/11e784417d4a75e3af63cc2b8062b13abc875c
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/8349c69cb2a2ac2358935999fdf9ae11041ba7
/usr/lib/.build-id/90
/usr/lib/.build-id/90/d77cba354102c7210ea601d1dbf30a676e4aba
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/148fd60b833c6757b56110850c6ece374b836d
/usr/share/doc/deltarpm
/usr/share/doc/deltarpm/NEWS
/usr/share/doc/deltarpm/README
/usr/share/licenses/deltarpm
/usr/share/licenses/deltarpm/LICENSE.BSD
/usr/share/man/man8/applydeltarpm.8.gz
/usr/share/man/man8/combinedeltarpm.8.gz
/usr/share/man/man8/makedeltarpm.8.gz
References
Summary
In this tutorial we learn how to install deltarpm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).