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

Last updated: May 19,2024

1. Install "boost-thread.i686" package

This guide covers the steps necessary to install boost-thread.i686 on Oracle Linux 9

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

2. Uninstall "boost-thread.i686" package

Please follow the guidance below to uninstall boost-thread.i686 on Oracle Linux 9:

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

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

Last metadata expiration check: 3:48:39 ago on Thu Feb 15 07:50:05 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 : ol9_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.