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

Last updated: May 16,2024

1. Install "libatomic_ops.x86_64" package

Please follow the steps below to install libatomic_ops.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libatomic_ops.x86_64

2. Uninstall "libatomic_ops.x86_64" package

Here is a brief guide to show you how to uninstall libatomic_ops.x86_64 on Amazon Linux 2:

$ sudo yum remove libatomic_ops.x86_64 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : libatomic_ops
Arch : x86_64
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.