How to Install and Uninstall boost-thread.i686 Package on Oracle Linux 8
Last updated: November 29,2024
1. Install "boost-thread.i686" package
Please follow the guidelines below to install boost-thread.i686 on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
boost-thread.i686
Copied
2. Uninstall "boost-thread.i686" package
This tutorial shows how to uninstall boost-thread.i686 on Oracle Linux 8:
$
sudo dnf remove
boost-thread.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the boost-thread.i686 package on Oracle Linux 8
Last metadata expiration check: 2:54:17 ago on Mon Sep 12 02:51:38 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 : ol8_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.
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 : ol8_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.