How to Install and Uninstall nodejs-nodemon.src Package on Oracle Linux 9

Last updated: November 24,2024

1. Install "nodejs-nodemon.src" package

This guide covers the steps necessary to install nodejs-nodemon.src on Oracle Linux 9

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

2. Uninstall "nodejs-nodemon.src" package

This is a short guide on how to uninstall nodejs-nodemon.src on Oracle Linux 9:

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

3. Information about the nodejs-nodemon.src package on Oracle Linux 9

Last metadata expiration check: 1:55:25 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : nodejs-nodemon
Version : 3.0.1
Release : 1.module+el9.3.0+90066+12d4a8d7
Architecture : src
Size : 339 k
Source : None
Repository : ol9_appstream
Summary : Simple monitor script for use during development of a node.js app
URL : https://www.npmjs.com/package/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.