How to Install and Uninstall nodejs-nodemon.noarch Package on AlmaLinux 9

Last updated: October 07,2024

1. Install "nodejs-nodemon.noarch" package

Here is a brief guide to show you how to install nodejs-nodemon.noarch on AlmaLinux 9

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

2. Uninstall "nodejs-nodemon.noarch" package

This tutorial shows how to uninstall nodejs-nodemon.noarch on AlmaLinux 9:

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

3. Information about the nodejs-nodemon.noarch package on AlmaLinux 9

Last metadata expiration check: 1:39:33 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : nodejs-nodemon
Version : 2.0.20
Release : 3.el9_2
Architecture : noarch
Size : 260 k
Source : nodejs-nodemon-2.0.20-3.el9_2.src.rpm
Repository : 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.