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

Last updated: October 05,2024

1. Install "rubygem-launchy.noarch" package

Please follow the steps below to install rubygem-launchy.noarch on Fedora 34

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

2. Uninstall "rubygem-launchy.noarch" package

Please follow the instructions below to uninstall rubygem-launchy.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:32:33 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-launchy
Version : 2.4.3
Release : 10.fc34
Architecture : noarch
Size : 20 k
Source : rubygem-launchy-2.4.3-10.fc34.src.rpm
Repository : fedora
Summary : Helper class for cross-platform launching of applications
URL : http://github.com/copiousfreetime/launchy
License : ISC
Description : Launchy is helper class for launching cross-platform applications in a fire
: and forget manner. There are application concepts (browser, email client, etc)
: that are common across all platforms, and they may be launched differently on
: each platform. Launchy is here to make a common approach to launching external
: application from within ruby programs.