How to Install and Uninstall nodejs-supervisor.noarch Package on Fedora 36
Last updated: January 11,2025
1. Install "nodejs-supervisor.noarch" package
Please follow the instructions below to install nodejs-supervisor.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
nodejs-supervisor.noarch
Copied
2. Uninstall "nodejs-supervisor.noarch" package
This tutorial shows how to uninstall nodejs-supervisor.noarch on Fedora 36:
$
sudo dnf remove
nodejs-supervisor.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the nodejs-supervisor.noarch package on Fedora 36
Last metadata expiration check: 0:56:41 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : nodejs-supervisor
Version : 0.12.0
Release : 11.fc36
Architecture : noarch
Size : 19 k
Source : nodejs-supervisor-0.12.0-11.fc36.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.
Available Packages
Name : nodejs-supervisor
Version : 0.12.0
Release : 11.fc36
Architecture : noarch
Size : 19 k
Source : nodejs-supervisor-0.12.0-11.fc36.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.