How to Install and Uninstall rubygem-highline.noarch Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "rubygem-highline.noarch" package

This guide covers the steps necessary to install rubygem-highline.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install rubygem-highline.noarch

2. Uninstall "rubygem-highline.noarch" package

This tutorial shows how to uninstall rubygem-highline.noarch on Oracle Linux 8:

$ sudo dnf remove rubygem-highline.noarch $ sudo dnf autoremove

3. Information about the rubygem-highline.noarch package on Oracle Linux 8

Last metadata expiration check: 6:06:07 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rubygem-highline
Version : 1.7.8
Release : 3.el8
Architecture : noarch
Size : 43 k
Source : rubygem-highline-1.7.8-3.el8.src.rpm
Repository : epel
Summary : HighLine is a high-level command-line IO library
URL : https://github.com/JEG2/highline
License : GPLv2 or Ruby or BSD
Description : A high-level IO library that provides validation, type conversion, and more
: for command-line interfaces. HighLine also includes a complete menu system
: that can crank out anything from simple list selection to complete shells
: with just minutes of work.