How to Install and Uninstall ruby.i686 Package on Fedora 36

Last updated: October 06,2024

1. Install "ruby.i686" package

This is a short guide on how to install ruby.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ruby.i686

2. Uninstall "ruby.i686" package

Please follow the guidelines below to uninstall ruby.i686 on Fedora 36:

$ sudo dnf remove ruby.i686 $ sudo dnf autoremove

3. Information about the ruby.i686 package on Fedora 36

Last metadata expiration check: 1:35:45 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ruby
Version : 3.1.2
Release : 164.fc36
Architecture : i686
Size : 42 k
Source : ruby-3.1.2-164.fc36.src.rpm
Repository : updates
Summary : An interpreter of object-oriented scripting language
URL : https://www.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.