How to Install and Uninstall boost-atomic.i686 Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "boost-atomic.i686" package

Please follow the guidance below to install boost-atomic.i686 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install boost-atomic.i686

2. Uninstall "boost-atomic.i686" package

This guide let you learn how to uninstall boost-atomic.i686 on Rocky Linux 9:

$ sudo dnf remove boost-atomic.i686 $ sudo dnf autoremove

3. Information about the boost-atomic.i686 package on Rocky Linux 9

Last metadata expiration check: 2:22:29 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : boost-atomic
Version : 1.75.0
Release : 8.el9
Architecture : i686
Size : 16 k
Source : boost-1.75.0-8.el9.src.rpm
Repository : appstream
Summary : Run-time component of boost atomic library
URL : http://www.boost.org
License : Boost and MIT and Python
Description :
: Run-time support for Boost.Atomic, a library that provides atomic data
: types and operations on these data types, as well as memory ordering
: constraints required for coordinating multiple threads through atomic
: variables.