How to Install and Uninstall libatomic_ops.i686 Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "libatomic_ops.i686" package

Please follow the step by step instructions below to install libatomic_ops.i686 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libatomic_ops.i686

2. Uninstall "libatomic_ops.i686" package

Please follow the instructions below to uninstall libatomic_ops.i686 on Oracle Linux 8:

$ sudo dnf remove libatomic_ops.i686 $ sudo dnf autoremove

3. Information about the libatomic_ops.i686 package on Oracle Linux 8

Last metadata expiration check: 5:53:48 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libatomic_ops
Version : 7.6.2
Release : 3.el8
Architecture : i686
Size : 38 k
Source : libatomic_ops-7.6.2-3.el8.src.rpm
Repository : ol8_appstream
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.