How to Install and Uninstall rubygem-fssm.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "rubygem-fssm.noarch" package

Please follow the guidance below to install rubygem-fssm.noarch on Fedora 34

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

2. Uninstall "rubygem-fssm.noarch" package

This is a short guide on how to uninstall rubygem-fssm.noarch on Fedora 34:

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

3. Information about the rubygem-fssm.noarch package on Fedora 34

Last metadata expiration check: 2:05:06 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-fssm
Version : 0.2.10
Release : 13.fc34
Architecture : noarch
Size : 16 k
Source : rubygem-fssm-0.2.10-13.fc34.src.rpm
Repository : fedora
Summary : File system state monitor
URL : https://github.com/ttilley/fssm
License : MIT
Description : The File System State Monitor keeps track of the state of any number of paths
: and will fire events when said state changes (create/update/delete). FSSM
: supports using FSEvents on MacOS, Inotify on GNU/Linux, and polling anywhere
: else.