How To Install deltaiso.x86_64 on Amazon Linux 2
In this tutorial we learn how to install deltaiso.x86_64 in Amazon Linux 2. deltaiso.x86_64 is Create deltas between isos containing rpms
Introduction
In this tutorial we learn how to install deltaiso.x86_64 on Amazon Linux 2.
What is deltaiso.x86_64
This package contains tools for creating and using deltasisos, a difference between an old and a new iso containing rpms.
We can use yum to install deltaiso.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install deltaiso.x86_64.
Install deltaiso.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install deltaiso.x86_64 using yum by running the following command:
sudo yum -y install deltaiso.x86_64
How To Uninstall deltaiso.x86_64 on Amazon Linux 2
To uninstall only the deltaiso.x86_64 package we can use the following command:
sudo yum remove deltaiso.x86_64
deltaiso.x86_64 Package Contents on Amazon Linux 2
/usr/bin/applydeltaiso
/usr/bin/fragiso
/usr/bin/makedeltaiso
/usr/share/doc/deltaiso-3.6
/usr/share/doc/deltaiso-3.6/LICENSE.BSD
/usr/share/doc/deltaiso-3.6/README
/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.x86_64 on Amazon Linux 2 using yum.