How To Install ruby-libart2 on Fedora 36

In this tutorial we learn how to install ruby-libart2 in Fedora 36. ruby-libart2 is Ruby binding of Libart_lgpl

Introduction

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

What is ruby-libart2

Ruby/Libart2 is a Ruby binding of Libart_lgpl.

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

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

sudo dnf -y install ruby-libart2

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

sudo yum -y install ruby-libart2

How To Uninstall ruby-libart2 on Fedora 36

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

sudo dnf remove ruby-libart2

ruby-libart2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/5741b3ca98e07def9d49497aab1488fca33064
/usr/lib64/ruby/vendor_ruby/libart2.so
/usr/share/doc/ruby-libart2
/usr/share/doc/ruby-libart2/COPYING.LIB
/usr/share/doc/ruby-libart2/ChangeLog
/usr/share/doc/ruby-libart2/README
/usr/share/doc/ruby-libart2/sample
/usr/share/doc/ruby-libart2/sample/gnome-canvas.rb
/usr/share/doc/ruby-libart2/sample/rose.rb
/usr/share/doc/ruby-libart2/sample/testlibart2.rb
/usr/share/ruby/vendor_ruby/libart2.rb

References

Summary

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