How to Install and Uninstall rubygem-psych.x86_64 Package on AlmaLinux 8

Last updated: January 16,2025

1. Install "rubygem-psych.x86_64" package

Learn how to install rubygem-psych.x86_64 on AlmaLinux 8

$ 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 AlmaLinux 8:

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

3. Information about the rubygem-psych.x86_64 package on AlmaLinux 8

Last metadata expiration check: 0:30:22 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : rubygem-psych
Version : 3.0.2
Release : 110.module_el8.6.0+3074+4b08f9d4
Architecture : x86_64
Size : 95 k
Source : ruby-2.5.9-110.module_el8.6.0+3074+4b08f9d4.src.rpm
Repository : appstream
Summary : A libyaml wrapper for Ruby
URL : http://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.