How to Install and Uninstall libatomic_ops.x86_64 Package on Fedora 38

Last updated: June 02,2024

1. Install "libatomic_ops.x86_64" package

Please follow the guidelines below to install libatomic_ops.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install libatomic_ops.x86_64

2. Uninstall "libatomic_ops.x86_64" package

This tutorial shows how to uninstall libatomic_ops.x86_64 on Fedora 38:

$ sudo dnf remove libatomic_ops.x86_64 $ sudo dnf autoremove

3. Information about the libatomic_ops.x86_64 package on Fedora 38

Last metadata expiration check: 5:46:21 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : libatomic_ops
Version : 7.6.14
Release : 2.fc38
Architecture : x86_64
Size : 36 k
Source : libatomic_ops-7.6.14-2.fc38.src.rpm
Repository : fedora
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.