How to Install and Uninstall ustr.x86_64 Package on CentOS 7 / RHEL 7

Last updated: January 15,2025

1. Install "ustr.x86_64" package

In this section, we are going to explain the necessary steps to install ustr.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install ustr.x86_64

2. Uninstall "ustr.x86_64" package

This tutorial shows how to uninstall ustr.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove ustr.x86_64 $ sudo yum autoremove

3. Information about the ustr.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : ustr
Arch : x86_64
Version : 1.0.4
Release : 16.el7
Size : 279 k
Repo : installed
From repo : anaconda
Summary : String library, very low memory overhead, simple to import
URL : http://www.and.org/ustr/
License : MIT or LGPLv2+ or BSD
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.