How to Install and Uninstall boost-thread.i686 Package on AlmaLinux 8

Last updated: May 02,2024

1. Install "boost-thread.i686" package

This tutorial shows how to install boost-thread.i686 on AlmaLinux 8

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

2. Uninstall "boost-thread.i686" package

Learn how to uninstall boost-thread.i686 on AlmaLinux 8:

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

3. Information about the boost-thread.i686 package on AlmaLinux 8

Last metadata expiration check: 1:13:19 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : boost-thread
Version : 1.66.0
Release : 10.el8
Architecture : i686
Size : 62 k
Source : boost-1.66.0-10.el8.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.