How to Install and Uninstall libatomic_ops-devel Package on openSUSE Leap

Last updated: May 22,2024

1. Install "libatomic_ops-devel" package

Please follow the instructions below to install libatomic_ops-devel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libatomic_ops-devel

2. Uninstall "libatomic_ops-devel" package

Please follow the guidance below to uninstall libatomic_ops-devel on openSUSE Leap:

$ sudo zypper remove libatomic_ops-devel

3. Information about the libatomic_ops-devel package on openSUSE Leap

Information for package libatomic_ops-devel:
--------------------------------------------
Repository : Main Repository
Name : libatomic_ops-devel
Version : 7.4.2-1.34
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 646.7 KiB
Installed : No
Status : not installed
Source package : libatomic_ops-7.4.2-1.34.src
Upstream URL : https://github.com/ivmai/libatomic_ops
Summary : A portable library for atomic memory operations
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.