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

Last updated: July 06,2024

1. Install "rubygem-trollop.noarch" package

Please follow the guidance below to install rubygem-trollop.noarch on Fedora 34

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

2. Uninstall "rubygem-trollop.noarch" package

Please follow the steps below to uninstall rubygem-trollop.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:03:58 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-trollop
Version : 2.1.2
Release : 9.fc34
Architecture : noarch
Size : 17 k
Source : rubygem-trollop-2.1.2-9.fc34.src.rpm
Repository : fedora
Summary : Trollop is a commandline option parser for Ruby that just gets out of your way
URL : http://manageiq.github.io/trollop/
License : MIT
Description : Trollop is a commandline option parser for Ruby that just
: gets out of your way. One line of code per option is all you need to write.
: For that, you get a nice automatically-generated help page, robust option
: parsing, command subcompletion, and sensible defaults for everything you don't
: specify.