How To Install rubygem-Ascii85 on Fedora 36

In this tutorial we learn how to install rubygem-Ascii85 in Fedora 36. rubygem-Ascii85 is Ascii85 encoder/decoder

Introduction

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

What is rubygem-Ascii85

Ascii85 provides methods to encode/decode Adobe’s binary-to-text encoding of the same name.

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

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

sudo dnf -y install rubygem-Ascii85

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

sudo yum -y install rubygem-Ascii85

How To Uninstall rubygem-Ascii85 on Fedora 36

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

sudo dnf remove rubygem-Ascii85

rubygem-Ascii85 Package Contents on Fedora 36

/usr/bin/ascii85
/usr/share/gems/gems/Ascii85-1.1.0
/usr/share/gems/gems/Ascii85-1.1.0/LICENSE
/usr/share/gems/gems/Ascii85-1.1.0/bin
/usr/share/gems/gems/Ascii85-1.1.0/bin/ascii85
/usr/share/gems/gems/Ascii85-1.1.0/lib
/usr/share/gems/gems/Ascii85-1.1.0/lib/Ascii85
/usr/share/gems/gems/Ascii85-1.1.0/lib/Ascii85/version.rb
/usr/share/gems/gems/Ascii85-1.1.0/lib/ascii85.rb
/usr/share/gems/specifications/Ascii85-1.1.0.gemspec
/usr/share/man/man1/ascii85.1.gz

References

Summary

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