How to Install and Uninstall ruby.x86_64 Package on Amazon Linux 2

Last updated: July 08,2024

1. Install "ruby.x86_64" package

Learn how to install ruby.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install ruby.x86_64

2. Uninstall "ruby.x86_64" package

This guide let you learn how to uninstall ruby.x86_64 on Amazon Linux 2:

$ sudo yum remove ruby.x86_64 $ sudo yum autoremove

3. Information about the ruby.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : ruby
Arch : x86_64
Version : 2.0.0.648
Release : 36.amzn2.0.2
Size : 73 k
Repo : amzn2-core/2/x86_64
Summary : An interpreter of object-oriented scripting language
URL : http://ruby-lang.org/
License : (Ruby or BSD) and Public Domain
Description : Ruby is the interpreted scripting language for quick and easy
: object-oriented programming. It has many features to process text
: files and to do system management tasks (as in Perl). It is
: simple, straight-forward, and extensible.