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

Last updated: November 25,2024

1. Install "libatomic_ops.i686" package

Learn how to install libatomic_ops.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libatomic_ops.i686

2. Uninstall "libatomic_ops.i686" package

Please follow the guidelines below to uninstall libatomic_ops.i686 on Amazon Linux 2:

$ sudo yum remove libatomic_ops.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : libatomic_ops
Arch : i686
Version : 7.6.2
Release : 3.amzn2.0.1
Size : 32 k
Repo : amzn2-core/2/x86_64
Summary : Atomic memory update operations
URL : https://github.com/ivmai/libatomic_ops/
License : GPLv2 and MIT
Description : Provides implementations for atomic memory update operations on a
: number of architectures. This allows direct use of these in
: reasonably portable code. Unlike earlier similar packages, this
: one explicitly considers memory barrier semantics, and allows the
: construction of code that involves minimum overhead across a
: variety of architectures.