How To Install rubygem-vte3 on Fedora 36

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

Introduction

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

What is rubygem-vte3

Ruby/VTE3 is a Ruby binding of VTE .

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

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

sudo dnf -y install rubygem-vte3

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

sudo yum -y install rubygem-vte3

How To Uninstall rubygem-vte3 on Fedora 36

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

sudo dnf remove rubygem-vte3

rubygem-vte3 Package Contents on Fedora 36

/usr/share/gems/gems/vte3-3.5.1
/usr/share/gems/gems/vte3-3.5.1/COPYING.LIB
/usr/share/gems/gems/vte3-3.5.1/README.md
/usr/share/gems/gems/vte3-3.5.1/lib
/usr/share/gems/gems/vte3-3.5.1/lib/vte3
/usr/share/gems/gems/vte3-3.5.1/lib/vte3.rb
/usr/share/gems/gems/vte3-3.5.1/lib/vte3/deprecated.rb
/usr/share/gems/gems/vte3-3.5.1/lib/vte3/loader.rb
/usr/share/gems/gems/vte3-3.5.1/lib/vte3/pty.rb
/usr/share/gems/gems/vte3-3.5.1/lib/vte3/regex.rb
/usr/share/gems/gems/vte3-3.5.1/lib/vte3/terminal.rb
/usr/share/gems/gems/vte3-3.5.1/lib/vte3/version.rb
/usr/share/gems/specifications/vte3-3.5.1.gemspec

References

Summary

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