How to Install and Uninstall libatomic_ops.i686 Package on Fedora 39

Last updated: October 14,2024

1. Install "libatomic_ops.i686" package

Here is a brief guide to show you how to install libatomic_ops.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libatomic_ops.i686

2. Uninstall "libatomic_ops.i686" package

In this section, we are going to explain the necessary steps to uninstall libatomic_ops.i686 on Fedora 39:

$ sudo dnf remove libatomic_ops.i686 $ sudo dnf autoremove

3. Information about the libatomic_ops.i686 package on Fedora 39

Last metadata expiration check: 1:26:14 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : libatomic_ops
Version : 7.8.0
Release : 2.fc39
Architecture : i686
Size : 37 k
Source : libatomic_ops-7.8.0-2.fc39.src.rpm
Repository : fedora
Summary : Atomic memory update operations
URL : https://github.com/ivmai/libatomic_ops/
License : GPL-2.0-or-later 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.