How To Install rubygem-vte on Fedora 36

In this tutorial we learn how to install rubygem-vte in Fedora 36. rubygem-vte is Ruby binding of vte

Introduction

In this tutorial we learn how to install rubygem-vte on Fedora 36.

What is rubygem-vte

Ruby/VTE is a Ruby binding of VTE

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

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

sudo dnf -y install rubygem-vte

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

sudo yum -y install rubygem-vte

How To Uninstall rubygem-vte on Fedora 36

To uninstall only the rubygem-vte package we can use the following command:

sudo dnf remove rubygem-vte

rubygem-vte Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/3c1cfdda5b4a618a568f2fe9000f0d48894e67
/usr/lib64/gems/ruby/vte-3.4.3
/usr/lib64/gems/ruby/vte-3.4.3/gem.build_complete
/usr/lib64/gems/ruby/vte-3.4.3/vte.so
/usr/share/gems/gems/vte-3.4.3
/usr/share/gems/gems/vte-3.4.3/COPYING.LIB
/usr/share/gems/gems/vte-3.4.3/README.md
/usr/share/gems/gems/vte-3.4.3/lib
/usr/share/gems/gems/vte-3.4.3/lib/vte
/usr/share/gems/gems/vte-3.4.3/lib/vte.rb
/usr/share/gems/gems/vte-3.4.3/lib/vte/deprecated.rb
/usr/share/gems/specifications/vte-3.4.3.gemspec

References

Summary

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