How to Install and Uninstall nodejs-backbone.noarch Package on Fedora 35

Last updated: October 07,2024

1. Install "nodejs-backbone.noarch" package

This guide covers the steps necessary to install nodejs-backbone.noarch on Fedora 35

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

2. Uninstall "nodejs-backbone.noarch" package

Please follow the steps below to uninstall nodejs-backbone.noarch on Fedora 35:

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

3. Information about the nodejs-backbone.noarch package on Fedora 35

Last metadata expiration check: 5:03:41 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : nodejs-backbone
Version : 1.3.3
Release : 12.fc35
Architecture : noarch
Size : 27 k
Source : nodejs-backbone-1.3.3-12.fc35.src.rpm
Repository : fedora
Summary : Models, Views, Collections, and Events for JavaScript applications (Nodejs module)
URL : http://backbonejs.org/
License : MIT
Description : Backbone supplies structure to JavaScript-heavy applications by providing
: models key-value binding and custom events, collections with a rich API of
: enumerable functions, views with declarative event handling, and connects it
: all to your existing application over a RESTful JSON interface.
:
: This package provides Backbone as a Nodejs module, for use in server-side
: applications or with browserify.