How to Install and Uninstall ustr.i686 Package on Amazon Linux 2

Last updated: May 07,2024

1. Install "ustr.i686" package

This is a short guide on how to install ustr.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install ustr.i686

2. Uninstall "ustr.i686" package

This guide covers the steps necessary to uninstall ustr.i686 on Amazon Linux 2:

$ sudo yum remove ustr.i686 $ sudo yum autoremove

3. Information about the ustr.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : ustr
Arch : i686
Version : 1.0.4
Release : 16.amzn2.0.3
Size : 94 k
Repo : amzn2-core/2/x86_64
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.