How to Install and Uninstall rubygem-psych.x86_64 Package on Fedora 36

Last updated: January 20,2025

1. Install "rubygem-psych.x86_64" package

Here is a brief guide to show you how to install rubygem-psych.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install rubygem-psych.x86_64

2. Uninstall "rubygem-psych.x86_64" package

This is a short guide on how to uninstall rubygem-psych.x86_64 on Fedora 36:

$ sudo dnf remove rubygem-psych.x86_64 $ sudo dnf autoremove

3. Information about the rubygem-psych.x86_64 package on Fedora 36

Last metadata expiration check: 4:00:41 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-psych
Version : 4.0.3
Release : 164.fc36
Architecture : x86_64
Size : 51 k
Source : ruby-3.1.2-164.fc36.src.rpm
Repository : updates
Summary : A libyaml wrapper for Ruby
URL : https://www.ruby-lang.org/
License : MIT
Description : Psych is a YAML parser and emitter. Psych leverages
: libyaml[http://pyyaml.org/wiki/LibYAML] for its YAML parsing and emitting
: capabilities. In addition to wrapping libyaml, Psych also knows how to
: serialize and de-serialize most Ruby objects to and from the YAML format.