How to Install and Uninstall libatomic_ops-devel Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "libatomic_ops-devel" package

Please follow the guidelines below to install libatomic_ops-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libatomic_ops-devel

2. Uninstall "libatomic_ops-devel" package

Learn how to uninstall libatomic_ops-devel on openSuSE Tumbleweed:

$ sudo zypper remove libatomic_ops-devel

3. Information about the libatomic_ops-devel package on openSuSE Tumbleweed

Information for package libatomic_ops-devel:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libatomic_ops-devel
Version : 7.8.2-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 781.2 KiB
Installed : No
Status : not installed
Source package : libatomic_ops-7.8.2-2.2.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.