How To Install yum-plugin-ovl.noarch on Amazon Linux 2

In this tutorial we learn how to install yum-plugin-ovl.noarch in Amazon Linux 2. yum-plugin-ovl.noarch is Yum plugin to work around overlayfs issues

Introduction

In this tutorial we learn how to install yum-plugin-ovl.noarch on Amazon Linux 2.

What is yum-plugin-ovl.noarch

This plugin touches rpmdb files to work around overlayfs issues.

We can use yum to install yum-plugin-ovl.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-ovl.noarch.

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

sudo yum -y install yum-plugin-ovl.noarch

How To Uninstall yum-plugin-ovl.noarch on Amazon Linux 2

To uninstall only the yum-plugin-ovl.noarch package we can use the following command:

sudo yum remove yum-plugin-ovl.noarch

yum-plugin-ovl.noarch Package Contents on Amazon Linux 2

/etc/yum/pluginconf.d/ovl.conf
/usr/lib/yum-plugins/ovl.py
/usr/lib/yum-plugins/ovl.pyc
/usr/lib/yum-plugins/ovl.pyo
/usr/share/doc/yum-plugin-ovl-1.1.31
/usr/share/doc/yum-plugin-ovl-1.1.31/COPYING
/usr/share/man/man1/yum-ovl.1.gz

References

Summary

In this tutorial we learn how to install yum-plugin-ovl.noarch on Amazon Linux 2 using yum.