How to Install and Uninstall rubygem-highline.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "rubygem-highline.noarch" package

Here is a brief guide to show you how to install rubygem-highline.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "rubygem-highline.noarch" package

Please follow the guidelines below to uninstall rubygem-highline.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the rubygem-highline.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:42:08 ago on Mon Feb 26 15:59:38 2024.
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.