How To Install rubygem-poppler on Fedora 36

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

Introduction

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

What is rubygem-poppler

Ruby/Poppler is a Ruby binding of poppler-glib.

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

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

sudo dnf -y install rubygem-poppler

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

sudo yum -y install rubygem-poppler

How To Uninstall rubygem-poppler on Fedora 36

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

sudo dnf remove rubygem-poppler

rubygem-poppler Package Contents on Fedora 36

/usr/share/gems/gems/poppler-3.5.1
/usr/share/gems/gems/poppler-3.5.1/COPYING.LIB
/usr/share/gems/gems/poppler-3.5.1/README.md
/usr/share/gems/gems/poppler-3.5.1/lib
/usr/share/gems/gems/poppler-3.5.1/lib/poppler
/usr/share/gems/gems/poppler-3.5.1/lib/poppler.rb
/usr/share/gems/gems/poppler-3.5.1/lib/poppler/annot-callout-line.rb
/usr/share/gems/gems/poppler-3.5.1/lib/poppler/cairo.rb
/usr/share/gems/gems/poppler-3.5.1/lib/poppler/color.rb
/usr/share/gems/gems/poppler-3.5.1/lib/poppler/deprecated.rb
/usr/share/gems/gems/poppler-3.5.1/lib/poppler/document.rb
/usr/share/gems/gems/poppler-3.5.1/lib/poppler/image-mapping.rb
/usr/share/gems/gems/poppler-3.5.1/lib/poppler/index-iter.rb
/usr/share/gems/gems/poppler-3.5.1/lib/poppler/loader.rb
/usr/share/gems/gems/poppler-3.5.1/lib/poppler/page.rb
/usr/share/gems/gems/poppler-3.5.1/lib/poppler/rectangle.rb
/usr/share/gems/gems/poppler-3.5.1/lib/poppler/version.rb
/usr/share/gems/specifications/poppler-3.5.1.gemspec

References

Summary

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