How To Install snapper-tests on Fedora 36

In this tutorial we learn how to install snapper-tests in Fedora 36. snapper-tests is Integration tests for snapper

Introduction

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

What is snapper-tests

Integration tests for snapper.

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

Install snapper-tests 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-tests using dnf by running the following command:

sudo dnf -y install snapper-tests

Install snapper-tests 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-tests using yum by running the following command:

sudo yum -y install snapper-tests

How To Uninstall snapper-tests on Fedora 36

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

sudo dnf remove snapper-tests

snapper-tests Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/e825b6415caf8c6d13703374c9ae016f080644
/usr/lib/.build-id/09
/usr/lib/.build-id/09/394f6593e0cfa9872108ad30b2fc19e4ce2f13
/usr/lib/.build-id/15
/usr/lib/.build-id/15/19faef0ea1fd3eb3577f54911b40b23b7b5e1e
/usr/lib/.build-id/26
/usr/lib/.build-id/26/1d8fd8933923b55fd619ff66a76766ffd41125
/usr/lib/.build-id/26/867c42560dbc7f477d08c9be89940da8950122
/usr/lib/.build-id/26/e2b4a864052d698c20caee9bca3904dd74f1b3
/usr/lib/.build-id/35
/usr/lib/.build-id/35/e49cd669fc4574039041a65eabe37ddd7ddee8
/usr/lib/.build-id/40
/usr/lib/.build-id/40/f03a15443800a1f8819f60c38e59023c8ecc27
/usr/lib/.build-id/48
/usr/lib/.build-id/48/6b1af9508b43325b612f9015cf9dbad8ae87c0
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/3fca39ced5a10036b966aa5cc2542efed3e914
/usr/lib/.build-id/56
/usr/lib/.build-id/56/a5407bd71e5c87eded8bdad2de12a3d5c4125c
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/20a03950ed9f495dd9726e42df0985e05997a8
/usr/lib/.build-id/81
/usr/lib/.build-id/81/d174f623b1cc5ddfd2a397aab43d82f8ddbe66
/usr/lib/.build-id/83
/usr/lib/.build-id/83/4968d7fdc74a2d4003c9924d21c732ff4292ed
/usr/lib/.build-id/91
/usr/lib/.build-id/91/1d07fe72d111d65d405e5859d69df5e8199467
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/afc332497580dd00f1e14d83305830c182e153
/usr/lib/.build-id/be
/usr/lib/.build-id/be/f836fbd15f54d628b2c7da543a6fb6926cd910
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/4b7177ef71eef7b0b11d874921ac403f5240de
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/f44bd70ebbcd8123badf965b6b55bfff416807
/usr/lib64/snapper
/usr/lib64/snapper/testsuite
/usr/lib64/snapper/testsuite/CAUTION
/usr/lib64/snapper/testsuite/ascii-file
/usr/lib64/snapper/testsuite/directory1
/usr/lib64/snapper/testsuite/error1
/usr/lib64/snapper/testsuite/error2
/usr/lib64/snapper/testsuite/error4
/usr/lib64/snapper/testsuite/missing-directory1
/usr/lib64/snapper/testsuite/owner1
/usr/lib64/snapper/testsuite/owner2
/usr/lib64/snapper/testsuite/owner3
/usr/lib64/snapper/testsuite/permissions1
/usr/lib64/snapper/testsuite/permissions2
/usr/lib64/snapper/testsuite/permissions3
/usr/lib64/snapper/testsuite/run-all
/usr/lib64/snapper/testsuite/setup-and-run-all
/usr/lib64/snapper/testsuite/simple1
/usr/lib64/snapper/testsuite/test-btrfsutils
/usr/lib64/snapper/testsuite/ug-tests
/usr/lib64/snapper/testsuite/xattrs1
/usr/lib64/snapper/testsuite/xattrs2
/usr/lib64/snapper/testsuite/xattrs3
/usr/lib64/snapper/testsuite/xattrs4
/usr/share/licenses/snapper-tests
/usr/share/licenses/snapper-tests/COPYING

References

Summary

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