< Home - < Back

czmq


Information about the package, czmq, which is shipped with common Linux distributions. The czmq package is designed for, High-level C binding for 0MQ (ZeroMQ).


Package Name:

czmq

Summary:

High-level C binding for 0MQ (ZeroMQ)

Description:

CZMQ has the following goals: i) To wrap the ØMQ core API in semantics that are natural and lead to shorter, more readable applications. ii) To hide the differences between versions of ØMQ. iii) To provide a space for development of more sophisticated API semantics.

Architecture:

x86_64

Version:

1.4.1

Release:

1.el6

Size:

55 k

Repository:

epel

From Repository:

Licence:

LGPLv3+



Handy Yum Commands for czmq


Control the czmq package with the following handy commands outlined below.


Command

Description of Command

yum install czmq

This command will install czmq on the server.

yum remove czmq

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

yum -y remove czmq

This command will un-install czmq 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 czmq when using the -y flag.

yum update czmq

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

yum -y update czmq

This command will update czmq 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 czmq when using the -y flag.

yum info czmq

This command will show you core information about the czmq package.

yum deplist czmq

This command will show you the dependencies for czmq. 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 czmq

This command will check if there is an update waiting on czmq. 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.