How to Install and Uninstall boost-atomic.i686 Package on Fedora 39

Last updated: November 29,2024

1. Install "boost-atomic.i686" package

Please follow the guidelines below to install boost-atomic.i686 on Fedora 39

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

2. Uninstall "boost-atomic.i686" package

This tutorial shows how to uninstall boost-atomic.i686 on Fedora 39:

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

3. Information about the boost-atomic.i686 package on Fedora 39

Last metadata expiration check: 1:03:12 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : boost-atomic
Version : 1.81.0
Release : 8.fc39
Architecture : i686
Size : 19 k
Source : boost-1.81.0-8.fc39.src.rpm
Repository : fedora
Summary : Run-time component of boost atomic library
URL : http://www.boost.org
License : BSL-1.0 AND MIT AND Python-2.0.1
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.