How to Install and Uninstall rubygem-highline.noarch Package on Fedora 36

Last updated: September 30,2024

1. Install "rubygem-highline.noarch" package

Please follow the guidelines below to install rubygem-highline.noarch on Fedora 36

$ 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 Fedora 36:

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

3. Information about the rubygem-highline.noarch package on Fedora 36

Last metadata expiration check: 0:37:26 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-highline
Version : 2.0.3
Release : 3.fc36
Architecture : noarch
Size : 50 k
Source : rubygem-highline-2.0.3-3.fc36.src.rpm
Repository : fedora
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.