How To Install snapper-libs.i686 on Amazon Linux 2
In this tutorial we learn how to install snapper-libs.i686 in Amazon Linux 2. snapper-libs.i686 is Library for filesystem snapshot management
Introduction
In this tutorial we learn how to install snapper-libs.i686
on Amazon Linux 2.
What is snapper-libs.i686
This package contains the snapper shared library for filesystem snapshot management.
We can use yum
to install snapper-libs.i686
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install snapper-libs.i686.
Install snapper-libs.i686 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 snapper-libs.i686
using yum
by running the following command:
sudo yum -y install snapper-libs.i686
How To Uninstall snapper-libs.i686 on Amazon Linux 2
To uninstall only the snapper-libs.i686
package we can use the following command:
sudo yum remove snapper-libs.i686
snapper-libs.i686 Package Contents on Amazon Linux 2
/etc/snapper
/etc/snapper/config-templates
/etc/snapper/config-templates/default
/etc/snapper/configs
/etc/snapper/filters
/etc/snapper/filters/base.txt
/etc/snapper/filters/lvm.txt
/etc/snapper/filters/x11.txt
/etc/sysconfig/snapper
/usr/lib/libsnapper.so.3
/usr/lib/libsnapper.so.3.1.0
/usr/share/doc/snapper-libs-0.2.8
/usr/share/doc/snapper-libs-0.2.8/AUTHORS
/usr/share/doc/snapper-libs-0.2.8/COPYING
References
Summary
In this tutorial we learn how to install snapper-libs.i686
on Amazon Linux 2 using yum.