< Home - < Back

ustr


Information about the package, ustr, which is shipped with common Linux distributions. The ustr package is designed for, String library, very low memory overhead, simple to import.


Package Name:

ustr

Summary:

String library, very low memory overhead, simple to import

Description:

Micro string library, very low overhead from plain strdup() (Ave. 44% for 0-20B strings). Very easy to use in existing C code. At it's simplest you can just include a single header file into your .c and start using it. This package also distributes pre-built shared libraries.

Architecture:

x86_64

Version:

1.0.4

Release:

9.1.el6

Size:

268 k

Repository:

installed

From Repository:

anaconda-CentOS-201303020151.x86_64

Licence:

MIT or LGPLv2+ or BSD



Handy Yum Commands for ustr


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


Command

Description of Command

yum install ustr

This command will install ustr on the server.

yum remove ustr

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

yum -y remove ustr

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

yum update ustr

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

yum -y update ustr

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

yum info ustr

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

yum deplist ustr

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

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