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

Last updated: July 01,2024

1. Install "boost-log.i686" package

Here is a brief guide to show you how to install boost-log.i686 on Oracle Linux 9

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

2. Uninstall "boost-log.i686" package

Learn how to uninstall boost-log.i686 on Oracle Linux 9:

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

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

Last metadata expiration check: 0:19:32 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : boost-log
Version : 1.75.0
Release : 8.el9
Architecture : i686
Size : 438 k
Source : boost-1.75.0-8.el9.src.rpm
Repository : ol9_appstream
Summary : Run-time component of boost logging library
URL : http://www.boost.org
License : Boost and MIT and Python
Description :
: Boost.Log library aims to make logging significantly easier for the
: application developer. It provides a wide range of out-of-the-box
: tools along with public interfaces for extending the library.