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

Last updated: July 02,2024

1. Install "rubygem-plist.noarch" package

This tutorial shows how to install rubygem-plist.noarch on Fedora 36

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

2. Uninstall "rubygem-plist.noarch" package

In this section, we are going to explain the necessary steps to uninstall rubygem-plist.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:15:30 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-plist
Version : 3.4.0
Release : 10.fc36
Architecture : noarch
Size : 14 k
Source : rubygem-plist-3.4.0-10.fc36.src.rpm
Repository : fedora
Summary : All-purpose Property List manipulation library
URL : http://plist.rubyforge.org
License : MIT
Description : 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.