How to Install and Uninstall rubygem-psych.i686 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 08,2024

1. Install "rubygem-psych.i686" package

Learn how to install rubygem-psych.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "rubygem-psych.i686" package

Here is a brief guide to show you how to uninstall rubygem-psych.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the rubygem-psych.i686 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:09:11 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : rubygem-psych
Version : 3.0.2
Release : 111.module+el8.9.0+19193+435404ae
Architecture : i686
Size : 98 k
Source : ruby-2.5.9-111.module+el8.9.0+19193+435404ae.src.rpm
Repository : ubi-8-appstream-rpms
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.