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

Last updated: October 05,2024

1. Install "rubygem-psych.x86_64" package

This guide let you learn how to install rubygem-psych.x86_64 on Fedora 34

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

2. Uninstall "rubygem-psych.x86_64" package

In this section, we are going to explain the necessary steps to uninstall rubygem-psych.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:03:07 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-psych
Version : 3.3.2
Release : 153.fc34
Architecture : x86_64
Size : 50 k
Source : ruby-3.0.4-153.fc34.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.