How To Install rubygem-prawn-templates on Fedora 36

In this tutorial we learn how to install rubygem-prawn-templates in Fedora 36. rubygem-prawn-templates is Prawn

Introduction

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

What is rubygem-prawn-templates

Prawn

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

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

sudo dnf -y install rubygem-prawn-templates

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

sudo yum -y install rubygem-prawn-templates

How To Uninstall rubygem-prawn-templates on Fedora 36

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

sudo dnf remove rubygem-prawn-templates

rubygem-prawn-templates Package Contents on Fedora 36

/usr/share/gems/gems/prawn-templates-0.1.2
/usr/share/gems/gems/prawn-templates-0.1.2/COPYING
/usr/share/gems/gems/prawn-templates-0.1.2/GPLv2
/usr/share/gems/gems/prawn-templates-0.1.2/GPLv3
/usr/share/gems/gems/prawn-templates-0.1.2/LICENSE
/usr/share/gems/gems/prawn-templates-0.1.2/lib
/usr/share/gems/gems/prawn-templates-0.1.2/lib/pdf
/usr/share/gems/gems/prawn-templates-0.1.2/lib/pdf/core
/usr/share/gems/gems/prawn-templates-0.1.2/lib/pdf/core/document_state.rb
/usr/share/gems/gems/prawn-templates-0.1.2/lib/pdf/core/errors.rb
/usr/share/gems/gems/prawn-templates-0.1.2/lib/pdf/core/object_store.rb
/usr/share/gems/gems/prawn-templates-0.1.2/lib/pdf/core/page.rb
/usr/share/gems/gems/prawn-templates-0.1.2/lib/prawn
/usr/share/gems/gems/prawn-templates-0.1.2/lib/prawn/document
/usr/share/gems/gems/prawn-templates-0.1.2/lib/prawn/document/internals.rb
/usr/share/gems/gems/prawn-templates-0.1.2/lib/prawn/templates.rb
/usr/share/gems/gems/prawn-templates-0.1.2/lib/prawn/text.rb
/usr/share/gems/specifications/prawn-templates-0.1.2.gemspec

References

Summary

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