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

Last updated: November 29,2024

1. Install "nodejs-supervisor.noarch" package

Please follow the step by step instructions below to install nodejs-supervisor.noarch on Fedora 35

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

2. Uninstall "nodejs-supervisor.noarch" package

This is a short guide on how to uninstall nodejs-supervisor.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:09:02 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : nodejs-supervisor
Version : 0.12.0
Release : 10.fc35
Architecture : noarch
Size : 19 k
Source : nodejs-supervisor-0.12.0-10.fc35.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.