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

Last updated: October 31,2024

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

This guide let you learn how to install rubygem-spring-watcher-listen.noarch on Fedora 38

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

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

Please follow the step by step instructions below to uninstall rubygem-spring-watcher-listen.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:40:55 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rubygem-spring-watcher-listen
Version : 2.0.1
Release : 17.fc38
Architecture : noarch
Size : 11 k
Source : rubygem-spring-watcher-listen-2.0.1-17.fc38.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.