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

Last updated: May 19,2024

1. Install "boost-thread.i686" package

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

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

2. Uninstall "boost-thread.i686" package

In this section, we are going to explain the necessary steps to uninstall boost-thread.i686 on Rocky Linux 9:

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

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

Last metadata expiration check: 1:46:07 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : boost-thread
Version : 1.75.0
Release : 8.el9
Architecture : i686
Size : 58 k
Source : boost-1.75.0-8.el9.src.rpm
Repository : appstream
Summary : Run-time component of boost thread library
URL : http://www.boost.org
License : Boost and MIT and Python
Description :
: Run-time component Boost.Thread library, which provides classes and
: functions for managing multiple threads of execution, and for
: synchronizing data between the threads or providing separate copies of
: data specific to individual threads.