How to Install and Uninstall nodejs-supervisor.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "nodejs-supervisor.noarch" package

This guide let you learn how to install nodejs-supervisor.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install nodejs-supervisor.noarch

2. Uninstall "nodejs-supervisor.noarch" package

Please follow the guidance below to uninstall nodejs-supervisor.noarch on Fedora 34:

$ sudo dnf remove nodejs-supervisor.noarch $ sudo dnf autoremove

3. Information about the nodejs-supervisor.noarch package on Fedora 34

Last metadata expiration check: 1:51:48 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : nodejs-supervisor
Version : 0.12.0
Release : 9.fc34
Architecture : noarch
Size : 19 k
Source : nodejs-supervisor-0.12.0-9.fc34.src.rpm
Repository : fedora
Summary : A supervisor program for running nodejs programs
URL : https://github.com/isaacs/node-supervisor
License : MIT
Description : A little supervisor script for nodejs. It runs your program,
: and watches for code changes, so you can have hot-code
: reloading like behavior, without worrying about memory leaks
: and making sure you clean up all the inter-module references,
: and without a whole new require system.