How to Install and Uninstall nodejs-nodemon.noarch Package on CentOS Stream 8

Last updated: October 04,2024

1. Install "nodejs-nodemon.noarch" package

This tutorial shows how to install nodejs-nodemon.noarch on CentOS Stream 8

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

2. Uninstall "nodejs-nodemon.noarch" package

In this section, we are going to explain the necessary steps to uninstall nodejs-nodemon.noarch on CentOS Stream 8:

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

3. Information about the nodejs-nodemon.noarch package on CentOS Stream 8

Last metadata expiration check: 0:33:21 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : nodejs-nodemon
Version : 1.18.3
Release : 1.module_el8.4.0+645+9ce14ba2
Architecture : noarch
Size : 964 k
Source : nodejs-nodemon-1.18.3-1.module_el8.4.0+645+9ce14ba2.src.rpm
Repository : appstream
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.