How to Install and Uninstall rubygem-psych.x86_64 Package on Amazon Linux 2

Last updated: July 05,2024

1. Install "rubygem-psych.x86_64" package

Please follow the step by step instructions below to install rubygem-psych.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum 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 Amazon Linux 2:

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

3. Information about the rubygem-psych.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : rubygem-psych
Arch : x86_64
Version : 2.0.0
Release : 36.amzn2.0.2
Size : 85 k
Repo : amzn2-core/2/x86_64
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.