How to Install and Uninstall nodejs-underscore.noarch Package on Fedora 38

Last updated: November 28,2024

1. Install "nodejs-underscore.noarch" package

Here is a brief guide to show you how to install nodejs-underscore.noarch on Fedora 38

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

2. Uninstall "nodejs-underscore.noarch" package

This is a short guide on how to uninstall nodejs-underscore.noarch on Fedora 38:

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

3. Information about the nodejs-underscore.noarch package on Fedora 38

Last metadata expiration check: 3:56:43 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : nodejs-underscore
Version : 1.13.1
Release : 5.fc38
Architecture : noarch
Size : 99 k
Source : nodejs-underscore-1.13.1-5.fc38.src.rpm
Repository : fedora
Summary : JavaScript's functional programming helper library
URL : http://underscorejs.org/
License : MIT
Description : Underscore.js is a utility-belt library for JavaScript that provides support
: for the usual functional suspects (each, map, reduce, filter...) without
: extending any core JavaScript objects.