How to Install and Uninstall js-underscore.noarch Package on Fedora 35

Last updated: May 18,2024

1. Install "js-underscore.noarch" package

In this section, we are going to explain the necessary steps to install js-underscore.noarch on Fedora 35

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

2. Uninstall "js-underscore.noarch" package

Please follow the guidance below to uninstall js-underscore.noarch on Fedora 35:

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

3. Information about the js-underscore.noarch package on Fedora 35

Last metadata expiration check: 1:58:34 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : js-underscore
Version : 1.13.1
Release : 1.fc35
Architecture : noarch
Size : 45 k
Source : nodejs-underscore-1.13.1-1.fc35.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.