How to Install and Uninstall ruby.i686 Package on CentOS 8 / RHEL 8

Last updated: May 17,2024

1. Install "ruby.i686" package

Here is a brief guide to show you how to install ruby.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install ruby.i686

2. Uninstall "ruby.i686" package

Please follow the guidance below to uninstall ruby.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove ruby.i686 $ sudo dnf autoremove

3. Information about the ruby.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:24:32 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : ruby
Version : 2.5.5
Release : 106.module_el8.3.0+571+bab7c6bc
Architecture : i686
Size : 86 k
Source : ruby-2.5.5-106.module_el8.3.0+571+bab7c6bc.src.rpm
Repository : appstream
Summary : An interpreter of object-oriented scripting language
URL : http://ruby-lang.org/
License : (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
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.