How To Install yum-plugin-auto-update-debug-info.noarch on Amazon Linux 2

In this tutorial we learn how to install yum-plugin-auto-update-debug-info.noarch in Amazon Linux 2. yum-plugin-auto-update-debug-info.noarch is Yum plugin to enable automatic updates to installed debuginfo

Introduction

In this tutorial we learn how to install yum-plugin-auto-update-debug-info.noarch on Amazon Linux 2.

What is yum-plugin-auto-update-debug-info.noarch

This plugin looks to see if any debuginfo packages are installed, and if there are it enables all debuginfo repositories that are “children” of enabled repositories.

We can use yum to install yum-plugin-auto-update-debug-info.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install yum-plugin-auto-update-debug-info.noarch.

Install yum-plugin-auto-update-debug-info.noarch 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 yum-plugin-auto-update-debug-info.noarch using yum by running the following command:

sudo yum -y install yum-plugin-auto-update-debug-info.noarch

How To Uninstall yum-plugin-auto-update-debug-info.noarch on Amazon Linux 2

To uninstall only the yum-plugin-auto-update-debug-info.noarch package we can use the following command:

sudo yum remove yum-plugin-auto-update-debug-info.noarch

yum-plugin-auto-update-debug-info.noarch Package Contents on Amazon Linux 2

/etc/yum/pluginconf.d/auto-update-debuginfo.conf
/usr/lib/yum-plugins/auto-update-debuginfo.py
/usr/lib/yum-plugins/auto-update-debuginfo.pyc
/usr/lib/yum-plugins/auto-update-debuginfo.pyo
/usr/share/doc/yum-plugin-auto-update-debug-info-1.1.31
/usr/share/doc/yum-plugin-auto-update-debug-info-1.1.31/COPYING

References

Summary

In this tutorial we learn how to install yum-plugin-auto-update-debug-info.noarch on Amazon Linux 2 using yum.