How to Install and Uninstall boost-timer.i686 Package on Amazon Linux 2

Last updated: May 06,2024

1. Install "boost-timer.i686" package

This guide let you learn how to install boost-timer.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install boost-timer.i686

2. Uninstall "boost-timer.i686" package

Learn how to uninstall boost-timer.i686 on Amazon Linux 2:

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

3. Information about the boost-timer.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : boost-timer
Arch : i686
Version : 1.53.0
Release : 27.amzn2.0.5
Size : 43 k
Repo : amzn2-core/2/x86_64
Summary : Run-Time component of boost timer library
URL : http://www.boost.org
License : Boost and MIT and Python
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.