< Home - < Back

nodejs-q


Information about the package, nodejs-q, which is shipped with common Linux distributions. The nodejs-q package is designed for, A tool for making and composing asynchronous promises in.


Package Name:

nodejs-q

Summary:

A tool for making and composing asynchronous promises in

Description:

Q is a tool for making and composing asynchronous promises in JavaScript. If a function cannot return a value or throw an exception without blocking, it can return a promise instead. A promise is an object that represents the return value or the thrown exception that the function may eventually provide. A promise can also be used as a proxy for a remote object to overcome latency. Q can exchange promises with jQuery, Dojo, When.js, WinJS, and more. Additionally, there are many libraries that produce and consume Q promises for everything from file system/database access or RPC to templating.

Architecture:

noarch

Version:

0.9.6

Release:

2.el6

Size:

28 k

Repository:

epel

From Repository:

Licence:

MIT and ASL 2.0



Handy Yum Commands for nodejs-q


Control the nodejs-q package with the following handy commands outlined below.


Command

Description of Command

yum install nodejs-q

This command will install nodejs-q on the server.

yum remove nodejs-q

This command will un-install nodejs-q on the server. When you run this command, you will be asked if you are sure that you want to remove nodejs-q, so you have to manually confirm that you want to do this.

yum -y remove nodejs-q

This command will un-install nodejs-q on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nodejs-q when using the -y flag.

yum update nodejs-q

This command will update nodejs-q to the latest version. When you run this command, you will be asked if you are sure that you want to remove nodejs-q, so you have to manually confirm that you want to do this.

yum -y update nodejs-q

This command will update nodejs-q to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nodejs-q when using the -y flag.

yum info nodejs-q

This command will show you core information about the nodejs-q package.

yum deplist nodejs-q

This command will show you the dependencies for nodejs-q. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update nodejs-q

This command will check if there is an update waiting on nodejs-q. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.