How to Install and Uninstall rubygem-prawn.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "rubygem-prawn.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-prawn.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rubygem-prawn.noarch

2. Uninstall "rubygem-prawn.noarch" package

This is a short guide on how to uninstall rubygem-prawn.noarch on Fedora 36:

$ sudo dnf remove rubygem-prawn.noarch $ sudo dnf autoremove

3. Information about the rubygem-prawn.noarch package on Fedora 36

Last metadata expiration check: 1:38:06 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-prawn
Version : 2.4.0
Release : 6.fc36
Architecture : noarch
Size : 154 k
Source : rubygem-prawn-2.4.0-6.fc36.src.rpm
Repository : fedora
Summary : A fast and nimble PDF generator for Ruby
URL : http://prawnpdf.org
License : (GPLv2 or GPLv3 or Ruby) and APAFML
Description : Prawn is a pure Ruby PDF generation library that provides a lot of great
: functionality while trying to remain simple and reasonably performant.
: Here are some of the important features we provide:
:
: - Vector drawing support, including lines, polygons, curves, ellipses, etc.
: - Extensive text rendering support, including flowing text and limited inline
: formatting options.
: - Support for both PDF builtin fonts as well as embedded TrueType fonts
: - A variety of low level tools for basic layout needs, including a simple
: grid system
: - PNG and JPG image embedding, with flexible scaling options
: - Reporting tools for rendering complex data tables, with pagination support
: - Security features including encryption and password protection
: - Tools for rendering repeatable content (i.e headers, footers, and page
: numbers)
: - Comprehensive internationalization features, including full support for UTF-8
: based fonts, right-to-left text rendering, fallback font support,
: and extension points for customizable text wrapping.
: - Support for PDF outlines for document navigation
: - Low level PDF features, allowing users to create custom extensions
: by dropping down all the way to the PDF object tree layer.
: (Mostly useful to those with knowledge of the PDF specification)
: - Lots of other stuff!