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

Last updated: July 01,2024

1. Install "boost-timer.x86_64" package

Here is a brief guide to show you how to install boost-timer.x86_64 on Amazon Linux 2

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

2. Uninstall "boost-timer.x86_64" package

Please follow the step by step instructions below to uninstall boost-timer.x86_64 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : boost-timer
Arch : x86_64
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.