How To Install rubygem-pango on Fedora 36

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

Introduction

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

What is rubygem-pango

Ruby/Pango is a Ruby binding of pango-1.x.

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

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

sudo dnf -y install rubygem-pango

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

sudo yum -y install rubygem-pango

How To Uninstall rubygem-pango on Fedora 36

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

sudo dnf remove rubygem-pango

rubygem-pango Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/87530e87b71791b617d675dd2a950f08f5f749
/usr/lib64/gems/ruby/pango-3.5.1
/usr/lib64/gems/ruby/pango-3.5.1/gem.build_complete
/usr/lib64/gems/ruby/pango-3.5.1/pango.so
/usr/share/gems/gems/pango-3.5.1
/usr/share/gems/gems/pango-3.5.1/COPYING.LIB
/usr/share/gems/gems/pango-3.5.1/README.md
/usr/share/gems/gems/pango-3.5.1/lib
/usr/share/gems/gems/pango-3.5.1/lib/pango
/usr/share/gems/gems/pango-3.5.1/lib/pango.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/attr-list.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/attr-type.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/cairo-loader.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/color.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/deprecated.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/fc-loader.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/font-description.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/ft2-loader.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/language.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/layout.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/loader.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/markup.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/matrix.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/ot-loader.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/rectangle.rb
/usr/share/gems/gems/pango-3.5.1/lib/pango/version.rb
/usr/share/gems/specifications/pango-3.5.1.gemspec

References

Summary

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