How To Install nodejs-backbone on CentOS 7
Introduction
In this tutorial we learn how to install nodejs-backbone
on CentOS 7.
What is nodejs-backbone
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.
We can use yum
or dnf
to install nodejs-backbone
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install nodejs-backbone.
Install nodejs-backbone on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install nodejs-backbone
using yum
by running the following command:
Install nodejs-backbone on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
After updating yum database, We can install nodejs-backbone
using dnf
by running the following command:
How To Uninstall nodejs-backbone on CentOS 7
To uninstall only the nodejs-backbone
package we can use the following command:
References
Summary
In this tutorial we learn how to install nodejs-backbone
on CentOS 7 using yum
and dnf
.