How To Install libatomic_ops on Fedora 36

In this tutorial we learn how to install libatomic_ops in Fedora 36. libatomic_ops is Atomic memory update operations

Introduction

In this tutorial we learn how to install libatomic_ops on Fedora 36.

What is libatomic_ops

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.

We can use yum or dnf to install libatomic_ops on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libatomic_ops.

Install libatomic_ops on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libatomic_ops using dnf by running the following command:

sudo dnf -y install libatomic_ops

Install libatomic_ops on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libatomic_ops using yum by running the following command:

sudo yum -y install libatomic_ops

How To Uninstall libatomic_ops on Fedora 36

To uninstall only the libatomic_ops package we can use the following command:

sudo dnf remove libatomic_ops

libatomic_ops Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/b505c9fc15c96b857eb6472884a4fe5160fa07
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/8a5083583f5974e48a512cc19abae333e4903a
/usr/lib/libatomic_ops.so.1
/usr/lib/libatomic_ops.so.1.1.1
/usr/lib/libatomic_ops_gpl.so.1
/usr/lib/libatomic_ops_gpl.so.1.1.2
/usr/share/doc/libatomic_ops
/usr/share/doc/libatomic_ops/AUTHORS
/usr/share/doc/libatomic_ops/ChangeLog
/usr/share/doc/libatomic_ops/README.md
/usr/share/licenses/libatomic_ops
/usr/share/licenses/libatomic_ops/COPYING
/usr/share/licenses/libatomic_ops/LICENSING.txt

References

Summary

In this tutorial we learn how to install libatomic_ops on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libatomic_ops on Fedora 36” linkTitle: “libatomic_ops” type: “docs” description: “In this tutorial we learn how to install libatomic_ops in Fedora 36. libatomic_ops is Atomic memory update operations” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libatomic_ops-featured.png

Introduction

In this tutorial we learn how to install libatomic_ops on Fedora 36.

What is libatomic_ops

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.

We can use yum or dnf to install libatomic_ops on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libatomic_ops.

Install libatomic_ops on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libatomic_ops using dnf by running the following command:

sudo dnf -y install libatomic_ops

Install libatomic_ops on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libatomic_ops using yum by running the following command:

sudo yum -y install libatomic_ops

How To Uninstall libatomic_ops on Fedora 36

To uninstall only the libatomic_ops package we can use the following command:

sudo dnf remove libatomic_ops

libatomic_ops Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/c62f17d74e23e01da279d261c1fbdf1ff8fc27
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/4899cad816b885acbfe7ab7c889ccb830ce2a8
/usr/lib64/libatomic_ops.so.1
/usr/lib64/libatomic_ops.so.1.1.1
/usr/lib64/libatomic_ops_gpl.so.1
/usr/lib64/libatomic_ops_gpl.so.1.1.2
/usr/share/doc/libatomic_ops
/usr/share/doc/libatomic_ops/AUTHORS
/usr/share/doc/libatomic_ops/ChangeLog
/usr/share/doc/libatomic_ops/README.md
/usr/share/licenses/libatomic_ops
/usr/share/licenses/libatomic_ops/COPYING
/usr/share/licenses/libatomic_ops/LICENSING.txt

References

Summary

In this tutorial we learn how to install libatomic_ops on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).