How To Install rubygem-plist on Fedora 36

In this tutorial we learn how to install rubygem-plist in Fedora 36. rubygem-plist is All-purpose Property List manipulation library

Introduction

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

What is rubygem-plist

Plist is a library to manipulate Property List files, also known as plists. It can parse plist files into native Ruby data structures as well as generating new plist files from your Ruby objects.

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

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

sudo dnf -y install rubygem-plist

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

sudo yum -y install rubygem-plist

How To Uninstall rubygem-plist on Fedora 36

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

sudo dnf remove rubygem-plist

rubygem-plist Package Contents on Fedora 36

/usr/share/gems/gems/plist-3.4.0
/usr/share/gems/gems/plist-3.4.0/LICENSE.txt
/usr/share/gems/gems/plist-3.4.0/bin
/usr/share/gems/gems/plist-3.4.0/bin/console
/usr/share/gems/gems/plist-3.4.0/bin/setup
/usr/share/gems/gems/plist-3.4.0/lib
/usr/share/gems/gems/plist-3.4.0/lib/plist
/usr/share/gems/gems/plist-3.4.0/lib/plist.rb
/usr/share/gems/gems/plist-3.4.0/lib/plist/generator.rb
/usr/share/gems/gems/plist-3.4.0/lib/plist/parser.rb
/usr/share/gems/gems/plist-3.4.0/lib/plist/version.rb
/usr/share/gems/specifications/plist-3.4.0.gemspec

References

Summary

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