How to Install and Uninstall rubygem-highline.noarch Package on CentOS Stream 8

Last updated: May 08,2024

1. Install "rubygem-highline.noarch" package

This guide let you learn how to install rubygem-highline.noarch on CentOS Stream 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 CentOS Stream 8:

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

3. Information about the rubygem-highline.noarch package on CentOS Stream 8

Last metadata expiration check: 5:42:06 ago on Sun Feb 25 03:03:59 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.