How To Install snapper-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install snapper-devel.x86_64 in Amazon Linux 2. snapper-devel.x86_64 is Header files and documentation for libsnapper
Introduction
In this tutorial we learn how to install snapper-devel.x86_64 on Amazon Linux 2.
What is snapper-devel.x86_64
This package contains header files and documentation for developing with snapper.
We can use yum to install snapper-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install snapper-devel.x86_64.
Install snapper-devel.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 snapper-devel.x86_64 using yum by running the following command:
sudo yum -y install snapper-devel.x86_64
How To Uninstall snapper-devel.x86_64 on Amazon Linux 2
To uninstall only the snapper-devel.x86_64 package we can use the following command:
sudo yum remove snapper-devel.x86_64
snapper-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/snapper
/usr/include/snapper/AsciiFile.h
/usr/include/snapper/Comparison.h
/usr/include/snapper/Exception.h
/usr/include/snapper/File.h
/usr/include/snapper/Logger.h
/usr/include/snapper/Snapper.h
/usr/include/snapper/Snapshot.h
/usr/include/snapper/Version.h
/usr/lib64/libsnapper.so
/usr/share/doc/snapper-devel-0.2.8
/usr/share/doc/snapper-devel-0.2.8/CmpDirs.cc
/usr/share/doc/snapper-devel-0.2.8/Create.cc
/usr/share/doc/snapper-devel-0.2.8/CreateNumber.cc
/usr/share/doc/snapper-devel-0.2.8/CreateTimeline.cc
/usr/share/doc/snapper-devel-0.2.8/List.cc
/usr/share/doc/snapper-devel-0.2.8/ListAll.cc
/usr/share/doc/snapper-devel-0.2.8/snapper_dbus_cli.c
References
Summary
In this tutorial we learn how to install snapper-devel.x86_64 on Amazon Linux 2 using yum.