How to Install and Uninstall nodejs-nodemon.noarch Package on Fedora 39

Last updated: November 25,2024

1. Install "nodejs-nodemon.noarch" package

This tutorial shows how to install nodejs-nodemon.noarch on Fedora 39

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

2. Uninstall "nodejs-nodemon.noarch" package

Learn how to uninstall nodejs-nodemon.noarch on Fedora 39:

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

3. Information about the nodejs-nodemon.noarch package on Fedora 39

Last metadata expiration check: 1:11:01 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : nodejs-nodemon
Version : 3.0.1
Release : 1.fc39
Architecture : noarch
Size : 564 k
Source : nodejs-nodemon-3.0.1-1.fc39.src.rpm
Repository : updates
Summary : Simple monitor script for use during development of a node.js app
URL : https://github.com/remy/nodemon
License : MIT
Description : Simple monitor script for use during development of a node.js app.
:
: For use during development of a node.js based application.
:
: nodemon will watch the files in the directory in which nodemon
: was started, and if any files change, nodemon will automatically
: restart your node application.
:
: nodemon does not require any changes to your code or method of
: development. nodemon simply wraps your node application and keeps
: an eye on any files that have changed. Remember that nodemon is a
: replacement wrapper for node, think of it as replacing the word "node"
: on the command line when you run your script.