< Home - < Back

ucommon


Information about the package, ucommon, which is shipped with common Linux distributions. The ucommon package is designed for, Runtime library for portable C++ threading and sockets.


Package Name:

ucommon

Summary:

Runtime library for portable C++ threading and sockets

Description:

GNU uCommon C++ is a lightweight library to facilitate using C++ design patterns even for very deeply embedded applications, such as for systems using uClibc along with POSIX threading support. For this reason, uCommon disables language features that consume memory or introduce runtime overhead. UCommon introduces some design patterns from Objective-C, such as reference counted objects, memory pools, and smart pointers. UCommon introduces some new concepts for handling of thread locking and synchronization. Starting with release 5.0, GNU uCommon also bundles GNU Common C++ libraries.

Architecture:

x86_64

Version:

6.0.7

Release:

1.el6

Size:

273 k

Repository:

epel

From Repository:

Licence:

LGPLv3+



Handy Yum Commands for ucommon


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


Command

Description of Command

yum install ucommon

This command will install ucommon on the server.

yum remove ucommon

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

yum -y remove ucommon

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

yum update ucommon

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

yum -y update ucommon

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

yum info ucommon

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

yum deplist ucommon

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

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