How To Install udftools.x86_64 on Amazon Linux 2

In this tutorial we learn how to install udftools.x86_64 in Amazon Linux 2. udftools.x86_64 is Linux UDF Filesystem userspace utilities

Introduction

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

What is udftools.x86_64

Linux UDF Filesystem userspace utilities.

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

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

sudo yum -y install udftools.x86_64

How To Uninstall udftools.x86_64 on Amazon Linux 2

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

sudo yum remove udftools.x86_64

udftools.x86_64 Package Contents on Amazon Linux 2

/usr/bin/cdrwtool
/usr/bin/mkudffs
/usr/bin/pktsetup
/usr/bin/wrudf
/usr/share/doc/udftools-1.0.0b3
/usr/share/doc/udftools-1.0.0b3/AUTHORS
/usr/share/doc/udftools-1.0.0b3/COPYING
/usr/share/doc/udftools-1.0.0b3/ChangeLog
/usr/share/man/man1/cdrwtool.1.gz
/usr/share/man/man1/wrudf.1.gz
/usr/share/man/man8/mkudffs.8.gz
/usr/share/man/man8/pktsetup.8.gz

References

Summary

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