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

Last updated: October 07,2024

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

Please follow the steps below to install rubygem-spring-watcher-listen.noarch on Fedora 35

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

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

This tutorial shows how to uninstall rubygem-spring-watcher-listen.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:32:12 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rubygem-spring-watcher-listen
Version : 2.0.1
Release : 14.fc35
Architecture : noarch
Size : 11 k
Source : rubygem-spring-watcher-listen-2.0.1-14.fc35.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.