How To Install drpmsync.x86_64 on Amazon Linux 2

In this tutorial we learn how to install drpmsync.x86_64 in Amazon Linux 2. drpmsync.x86_64 is Sync a file tree with deltarpms

Introduction

In this tutorial we learn how to install drpmsync.x86_64 on Amazon Linux 2.

What is drpmsync.x86_64

This package contains a tool to sync a file tree with deltarpms.

We can use yum to install drpmsync.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install drpmsync.x86_64.

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

sudo yum -y install drpmsync.x86_64

How To Uninstall drpmsync.x86_64 on Amazon Linux 2

To uninstall only the drpmsync.x86_64 package we can use the following command:

sudo yum remove drpmsync.x86_64

drpmsync.x86_64 Package Contents on Amazon Linux 2

/usr/bin/drpmsync
/usr/share/doc/drpmsync-3.6
/usr/share/doc/drpmsync-3.6/LICENSE.BSD
/usr/share/doc/drpmsync-3.6/README
/usr/share/man/man8/drpmsync.8.gz

References

Summary

In this tutorial we learn how to install drpmsync.x86_64 on Amazon Linux 2 using yum.