How to Install and Uninstall rubygem-spring-watcher-listen.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "rubygem-spring-watcher-listen.noarch" package

Learn how to install rubygem-spring-watcher-listen.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rubygem-spring-watcher-listen.noarch

2. Uninstall "rubygem-spring-watcher-listen.noarch" package

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

$ sudo dnf remove rubygem-spring-watcher-listen.noarch $ sudo dnf autoremove

3. Information about the rubygem-spring-watcher-listen.noarch package on Fedora 34

Last metadata expiration check: 2:00:07 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rubygem-spring-watcher-listen
Version : 2.0.1
Release : 13.fc34
Architecture : noarch
Size : 11 k
Source : rubygem-spring-watcher-listen-2.0.1-13.fc34.src.rpm
Repository : fedora
Summary : Makes spring watch files using the listen gem
URL : https://github.com/jonleighton/spring-watcher-listen
License : MIT
Description : This gem makes Spring watch the filesystem for changes using Listen rather than
: by polling the filesystem. On larger projects this means spring will be more
: responsive, more accurate and use less cpu on local filesystems.