How To Install rubygem-prawn-icon on Fedora 36

In this tutorial we learn how to install rubygem-prawn-icon in Fedora 36. rubygem-prawn-icon is Provides icon fonts for PrawnPDF

Introduction

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

What is rubygem-prawn-icon

Prawn FontAwesome, Foundation Icons and GitHub Octicons for use with the Prawn PDF toolkit.

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

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

sudo dnf -y install rubygem-prawn-icon

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

sudo yum -y install rubygem-prawn-icon

How To Uninstall rubygem-prawn-icon on Fedora 36

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

sudo dnf remove rubygem-prawn-icon

rubygem-prawn-icon Package Contents on Fedora 36

/usr/share/gems/gems/prawn-icon-3.0.0
/usr/share/gems/gems/prawn-icon-3.0.0/COPYING
/usr/share/gems/gems/prawn-icon-3.0.0/GPLv2
/usr/share/gems/gems/prawn-icon-3.0.0/GPLv3
/usr/share/gems/gems/prawn-icon-3.0.0/LICENSE
/usr/share/gems/gems/prawn-icon-3.0.0/README.md
/usr/share/gems/gems/prawn-icon-3.0.0/data
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/DejaVuSans.ttf
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/fa4
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/fa4/shims.yml
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/fab
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/fab/LICENSE
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/fab/fa-brands.ttf
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/fab/fab.yml
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/far
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/far/LICENSE
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/far/fa-regular.ttf
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/far/far.yml
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/fas
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/fas/LICENSE
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/fas/fa-solid.ttf
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/fas/fas.yml
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/fi
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/fi/LICENSE
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/fi/fi.yml
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/fi/foundation-icons.ttf
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/pf
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/pf/LICENSE
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/pf/paymentfont-webfont.ttf
/usr/share/gems/gems/prawn-icon-3.0.0/data/fonts/pf/pf.yml
/usr/share/gems/gems/prawn-icon-3.0.0/lib
/usr/share/gems/gems/prawn-icon-3.0.0/lib/prawn
/usr/share/gems/gems/prawn-icon-3.0.0/lib/prawn/icon
/usr/share/gems/gems/prawn-icon-3.0.0/lib/prawn/icon.rb
/usr/share/gems/gems/prawn-icon-3.0.0/lib/prawn/icon/base.rb
/usr/share/gems/gems/prawn-icon-3.0.0/lib/prawn/icon/compatibility.rb
/usr/share/gems/gems/prawn-icon-3.0.0/lib/prawn/icon/configuration.rb
/usr/share/gems/gems/prawn-icon-3.0.0/lib/prawn/icon/errors.rb
/usr/share/gems/gems/prawn-icon-3.0.0/lib/prawn/icon/font_data.rb
/usr/share/gems/gems/prawn-icon-3.0.0/lib/prawn/icon/interface.rb
/usr/share/gems/gems/prawn-icon-3.0.0/lib/prawn/icon/parser.rb
/usr/share/gems/gems/prawn-icon-3.0.0/lib/prawn/icon/version.rb
/usr/share/gems/specifications/prawn-icon-3.0.0.gemspec

References

Summary

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