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

Last updated: January 16,2025

1. Install "rubygem-psych.x86_64" package

In this section, we are going to explain the necessary steps to install rubygem-psych.x86_64 on Fedora 39

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

2. Uninstall "rubygem-psych.x86_64" package

Please follow the guidelines below to uninstall rubygem-psych.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 3:18:57 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rubygem-psych
Version : 5.0.1
Release : 181.fc39
Architecture : x86_64
Size : 59 k
Source : ruby-3.2.2-181.fc39.src.rpm
Repository : fedora
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.