How To Install gvfs-tests.x86_64 on Amazon Linux 2

In this tutorial we learn how to install gvfs-tests.x86_64 in Amazon Linux 2. gvfs-tests.x86_64 is Tests for the gvfs package

Introduction

In this tutorial we learn how to install gvfs-tests.x86_64 on Amazon Linux 2.

What is gvfs-tests.x86_64

The gvfs-tests package contains tests that can be used to verify the functionality of the installed gvfs package.

We can use yum to install gvfs-tests.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gvfs-tests.x86_64.

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

sudo yum -y install gvfs-tests.x86_64

How To Uninstall gvfs-tests.x86_64 on Amazon Linux 2

To uninstall only the gvfs-tests.x86_64 package we can use the following command:

sudo yum remove gvfs-tests.x86_64

gvfs-tests.x86_64 Package Contents on Amazon Linux 2

/usr/libexec/installed-tests
/usr/libexec/installed-tests/gvfs
/usr/libexec/installed-tests/gvfs/afc.monitor
/usr/libexec/installed-tests/gvfs/files
/usr/libexec/installed-tests/gvfs/files/bogus-cd.iso.bz2
/usr/libexec/installed-tests/gvfs/files/joliet.iso.bz2
/usr/libexec/installed-tests/gvfs/files/powershot.ioctl
/usr/libexec/installed-tests/gvfs/files/powershot.umockdev
/usr/libexec/installed-tests/gvfs/files/source-gphoto
/usr/libexec/installed-tests/gvfs/files/source-gphoto/IMG_0001.jpg
/usr/libexec/installed-tests/gvfs/files/source-gphoto/IMG_0002.jpg
/usr/libexec/installed-tests/gvfs/files/ssh_host_rsa_key
/usr/libexec/installed-tests/gvfs/files/ssh_host_rsa_key.pub
/usr/libexec/installed-tests/gvfs/files/testcert.pem
/usr/libexec/installed-tests/gvfs/files/vfat.img.bz2
/usr/libexec/installed-tests/gvfs/gphoto2.monitor
/usr/libexec/installed-tests/gvfs/gvfs-test
/usr/libexec/installed-tests/gvfs/org.gtk.vfs.AfcVolumeMonitor.service
/usr/libexec/installed-tests/gvfs/org.gtk.vfs.Daemon.service
/usr/libexec/installed-tests/gvfs/org.gtk.vfs.GPhoto2VolumeMonitor.service
/usr/libexec/installed-tests/gvfs/org.gtk.vfs.Metadata.service
/usr/libexec/installed-tests/gvfs/org.gtk.vfs.UDisks2VolumeMonitor.service
/usr/libexec/installed-tests/gvfs/session.conf
/usr/libexec/installed-tests/gvfs/udisks2.monitor
/usr/share/installed-tests
/usr/share/installed-tests/gvfs
/usr/share/installed-tests/gvfs/gvfs-all-tests.test

References

Summary

In this tutorial we learn how to install gvfs-tests.x86_64 on Amazon Linux 2 using yum.