How to Install and Uninstall js-backbone.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "js-backbone.noarch" package

Please follow the instructions below to install js-backbone.noarch on Fedora 34

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

2. Uninstall "js-backbone.noarch" package

This guide covers the steps necessary to uninstall js-backbone.noarch on Fedora 34:

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

3. Information about the js-backbone.noarch package on Fedora 34

Last metadata expiration check: 2:34:11 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : js-backbone
Version : 1.3.3
Release : 11.fc34
Architecture : noarch
Size : 47 k
Source : nodejs-backbone-1.3.3-11.fc34.src.rpm
Repository : fedora
Summary : Models, Views, Collections and Events for JavaScript applications
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.