How To Install dumpet.x86_64 on Amazon Linux 2

In this tutorial we learn how to install dumpet.x86_64 in Amazon Linux 2. dumpet.x86_64 is A tool to dump and debug bootable CD images

Introduction

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

What is dumpet.x86_64

DumpET is a utility to aid in the debugging of bootable CD-ROM images.

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

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

sudo yum -y install dumpet.x86_64

How To Uninstall dumpet.x86_64 on Amazon Linux 2

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

sudo yum remove dumpet.x86_64

dumpet.x86_64 Package Contents on Amazon Linux 2

/usr/bin/dumpet
/usr/share/doc/dumpet-2.1
/usr/share/doc/dumpet-2.1/COPYING
/usr/share/doc/dumpet-2.1/README
/usr/share/doc/dumpet-2.1/TODO
/usr/share/man/man1/dumpet.1.gz

References

Summary

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