How To Install rubygem-pdf-core on Fedora 36

In this tutorial we learn how to install rubygem-pdf-core in Fedora 36. rubygem-pdf-core is PDF

Introduction

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

What is rubygem-pdf-core

PDF

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

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

sudo dnf -y install rubygem-pdf-core

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

sudo yum -y install rubygem-pdf-core

How To Uninstall rubygem-pdf-core on Fedora 36

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

sudo dnf remove rubygem-pdf-core

rubygem-pdf-core Package Contents on Fedora 36

/usr/share/gems/gems/pdf-core-0.9.0
/usr/share/gems/gems/pdf-core-0.9.0/COPYING
/usr/share/gems/gems/pdf-core-0.9.0/GPLv2
/usr/share/gems/gems/pdf-core-0.9.0/GPLv3
/usr/share/gems/gems/pdf-core-0.9.0/LICENSE
/usr/share/gems/gems/pdf-core-0.9.0/lib
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/annotations.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/byte_string.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/destinations.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/document_state.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/filter_list.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/filters.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/graphics_state.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/literal_string.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/name_tree.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/object_store.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/outline_item.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/outline_root.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/page.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/page_geometry.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/pdf_object.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/reference.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/renderer.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/stream.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/text.rb
/usr/share/gems/gems/pdf-core-0.9.0/lib/pdf/core/utils.rb
/usr/share/gems/specifications/pdf-core-0.9.0.gemspec

References

Summary

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