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

Last updated: October 05,2024

1. Install "nodejs-underscore.noarch" package

Please follow the guidelines below to install nodejs-underscore.noarch on Fedora 34

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

2. Uninstall "nodejs-underscore.noarch" package

Learn how to uninstall nodejs-underscore.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:41:26 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : nodejs-underscore
Version : 1.13.1
Release : 1.fc34
Architecture : noarch
Size : 47 k
Source : nodejs-underscore-1.13.1-1.fc34.src.rpm
Repository : updates
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.