How To Install libstoragemgmt-local-plugin.noarch on Amazon Linux 2

In this tutorial we learn how to install libstoragemgmt-local-plugin.noarch in Amazon Linux 2. libstoragemgmt-local-plugin.noarch is Files for local pseudo plugin of libstoragemgmt

Introduction

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

What is libstoragemgmt-local-plugin.noarch

The nfs-plugin package contains plug-in for local NFS exports support. LibstorageMgmt local plugin allows user to manage locally storage system without caring which real plugin(s) should be used.

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

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

sudo yum -y install libstoragemgmt-local-plugin.noarch

How To Uninstall libstoragemgmt-local-plugin.noarch on Amazon Linux 2

To uninstall only the libstoragemgmt-local-plugin.noarch package we can use the following command:

sudo yum remove libstoragemgmt-local-plugin.noarch

libstoragemgmt-local-plugin.noarch Package Contents on Amazon Linux 2

/etc/lsm/pluginconf.d/local.conf
/usr/bin/local_lsmplugin
/usr/lib/python2.7/site-packages/lsm/plugin/local
/usr/lib/python2.7/site-packages/lsm/plugin/local/__init__.py
/usr/lib/python2.7/site-packages/lsm/plugin/local/__init__.pyc
/usr/lib/python2.7/site-packages/lsm/plugin/local/__init__.pyo
/usr/lib/python2.7/site-packages/lsm/plugin/local/local.py
/usr/lib/python2.7/site-packages/lsm/plugin/local/local.pyc
/usr/lib/python2.7/site-packages/lsm/plugin/local/local.pyo
/usr/share/man/man1/local_lsmplugin.1.gz

References

Summary

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