How to Install and Uninstall boost-timer.i686 Package on Fedora 39

Last updated: January 08,2025

1. Install "boost-timer.i686" package

This is a short guide on how to install boost-timer.i686 on Fedora 39

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

2. Uninstall "boost-timer.i686" package

Please follow the guidelines below to uninstall boost-timer.i686 on Fedora 39:

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

3. Information about the boost-timer.i686 package on Fedora 39

Last metadata expiration check: 1:42:46 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : boost-timer
Version : 1.81.0
Release : 8.fc39
Architecture : i686
Size : 24 k
Source : boost-1.81.0-8.fc39.src.rpm
Repository : fedora
Summary : Run-time component of boost timer library
URL : http://www.boost.org
License : BSL-1.0 AND MIT AND Python-2.0.1
Description :
: "How long does my C++ code take to run?"
: The Boost Timer library answers that question and does so portably,
: with as little as one #include and one additional line of code.