How to Install and Uninstall boost-atomic.i686 Package on CentOS Stream 9

Last updated: September 25,2024

1. Install "boost-atomic.i686" package

This is a short guide on how to install boost-atomic.i686 on CentOS Stream 9

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

2. Uninstall "boost-atomic.i686" package

Here is a brief guide to show you how to uninstall boost-atomic.i686 on CentOS Stream 9:

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

3. Information about the boost-atomic.i686 package on CentOS Stream 9

Last metadata expiration check: 0:47:03 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : boost-atomic
Version : 1.75.0
Release : 8.el9
Architecture : i686
Size : 17 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.