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

Last updated: March 01,2025

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

This tutorial shows how to install rubygem-spring-watcher-listen.noarch on Fedora 36

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

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

This guide let you learn how to uninstall rubygem-spring-watcher-listen.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:49:56 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rubygem-spring-watcher-listen
Version : 2.0.1
Release : 15.fc36
Architecture : noarch
Size : 11 k
Source : rubygem-spring-watcher-listen-2.0.1-15.fc36.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.