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

Last updated: January 19,2025

1. Install "rubygem-launchy.noarch" package

Please follow the guidance below to install rubygem-launchy.noarch on Fedora 39

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

2. Uninstall "rubygem-launchy.noarch" package

This guide let you learn how to uninstall rubygem-launchy.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:06:29 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rubygem-launchy
Version : 2.4.3
Release : 15.fc39
Architecture : noarch
Size : 24 k
Source : rubygem-launchy-2.4.3-15.fc39.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.