How To Install debugmode.x86_64 on Amazon Linux 2

In this tutorial we learn how to install debugmode.x86_64 in Amazon Linux 2. debugmode.x86_64 is Scripts for running in debugging mode

Introduction

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

What is debugmode.x86_64

The debugmode package contains some basic scripts that are used to run the system in a debugging mode. Currently, this consists of various memory checking code.

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

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

sudo yum -y install debugmode.x86_64

How To Uninstall debugmode.x86_64 on Amazon Linux 2

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

sudo yum remove debugmode.x86_64

debugmode.x86_64 Package Contents on Amazon Linux 2

/etc/profile.d/debug.csh
/etc/profile.d/debug.sh
/etc/sysconfig/debug

References

Summary

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