How To Install snapper-devel on Fedora 36

In this tutorial we learn how to install snapper-devel in Fedora 36. snapper-devel is Header files and development libraries for snapper-libs

Introduction

In this tutorial we learn how to install snapper-devel on Fedora 36.

What is snapper-devel

This package contains header files and documentation for developing with snapper.

We can use yum or dnf to install snapper-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install snapper-devel.

Install snapper-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install snapper-devel using dnf by running the following command:

sudo dnf -y install snapper-devel

Install snapper-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install snapper-devel using yum by running the following command:

sudo yum -y install snapper-devel

How To Uninstall snapper-devel on Fedora 36

To uninstall only the snapper-devel package we can use the following command:

sudo dnf remove snapper-devel

snapper-devel Package Contents on Fedora 36

/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/lib/libsnapper.so
/usr/share/doc/snapper-devel
/usr/share/doc/snapper-devel/CmpDirs.cc
/usr/share/doc/snapper-devel/Create.cc
/usr/share/doc/snapper-devel/CreateNumber.cc
/usr/share/doc/snapper-devel/CreateTimeline.cc
/usr/share/doc/snapper-devel/List.cc
/usr/share/doc/snapper-devel/ListAll.cc
/usr/share/doc/snapper-devel/snapper_dbus_cli.c

References

Summary

In this tutorial we learn how to install snapper-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install snapper-devel on Fedora 36” linkTitle: “snapper-devel” type: “docs” description: “In this tutorial we learn how to install snapper-devel in Fedora 36. snapper-devel is Header files and development libraries for snapper-libs” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/snapper-devel-featured.png

Introduction

In this tutorial we learn how to install snapper-devel on Fedora 36.

What is snapper-devel

This package contains header files and documentation for developing with snapper.

We can use yum or dnf to install snapper-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install snapper-devel.

Install snapper-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install snapper-devel using dnf by running the following command:

sudo dnf -y install snapper-devel

Install snapper-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install snapper-devel using yum by running the following command:

sudo yum -y install snapper-devel

How To Uninstall snapper-devel on Fedora 36

To uninstall only the snapper-devel package we can use the following command:

sudo dnf remove snapper-devel

snapper-devel Package Contents on Fedora 36

/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
/usr/share/doc/snapper-devel/CmpDirs.cc
/usr/share/doc/snapper-devel/Create.cc
/usr/share/doc/snapper-devel/CreateNumber.cc
/usr/share/doc/snapper-devel/CreateTimeline.cc
/usr/share/doc/snapper-devel/List.cc
/usr/share/doc/snapper-devel/ListAll.cc
/usr/share/doc/snapper-devel/snapper_dbus_cli.c

References

Summary

In this tutorial we learn how to install snapper-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).