How to Install and Uninstall boost1.78-contract.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "boost1.78-contract.x86_64" package

Please follow the instructions below to install boost1.78-contract.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install boost1.78-contract.x86_64

2. Uninstall "boost1.78-contract.x86_64" package

This is a short guide on how to uninstall boost1.78-contract.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove boost1.78-contract.x86_64 $ sudo dnf autoremove

3. Information about the boost1.78-contract.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:25:31 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : boost1.78-contract
Version : 1.78.0
Release : 1.el9
Architecture : x86_64
Size : 42 k
Source : boost1.78-1.78.0-1.el9.src.rpm
Repository : epel
Summary : Run-time component of boost contract library
URL : http://www.boost.org
License : Boost and MIT and Python
Description :
: Run-time support for boost contract library.
: Contract programming for C++. All contract programming features are supported:
: Subcontracting, class invariants, postconditions (with old and return values),
: preconditions, customizable actions on assertion failure (e.g., terminate
: or throw), optional compilation and checking of assertions, etc,
: from Lorenzo Caminiti.