How to Install and Uninstall boost1.78-contract.x86_64 Package on CentOS Stream 9

Last updated: October 06,2024

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

Learn how to install boost1.78-contract.x86_64 on CentOS Stream 9

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

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

Here is a brief guide to show you how to uninstall boost1.78-contract.x86_64 on CentOS Stream 9:

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

3. Information about the boost1.78-contract.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:49:26 ago on Sat Mar 16 16:03:45 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.