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

Last updated: October 04,2024

1. Install "rubygem-highline.noarch" package

This tutorial shows how to install rubygem-highline.noarch on Fedora 34

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

2. Uninstall "rubygem-highline.noarch" package

In this section, we are going to explain the necessary steps to uninstall rubygem-highline.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:38:24 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-highline
Version : 2.0.3
Release : 1.fc34
Architecture : noarch
Size : 50 k
Source : rubygem-highline-2.0.3-1.fc34.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.