How To Install ruby-gnomevfs on Fedora 36

In this tutorial we learn how to install ruby-gnomevfs in Fedora 36. ruby-gnomevfs is Ruby binding of GnomeVFS-2.0.x

Introduction

In this tutorial we learn how to install ruby-gnomevfs on Fedora 36.

What is ruby-gnomevfs

Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.

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

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

sudo dnf -y install ruby-gnomevfs

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

sudo yum -y install ruby-gnomevfs

How To Uninstall ruby-gnomevfs on Fedora 36

To uninstall only the ruby-gnomevfs package we can use the following command:

sudo dnf remove ruby-gnomevfs

ruby-gnomevfs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/72
/usr/lib/.build-id/72/c6bbe3a1f76eb1cbdbe502654f3f46c72ecb2d
/usr/lib64/ruby/vendor_ruby/gnomevfs.so
/usr/share/doc/ruby-gnomevfs
/usr/share/doc/ruby-gnomevfs/COPYING.LIB
/usr/share/doc/ruby-gnomevfs/ChangeLog
/usr/share/doc/ruby-gnomevfs/README
/usr/share/ruby/vendor_ruby/gnomevfs.rb

References

Summary

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