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

Last updated: October 06,2024

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

Please follow the steps below to install boost1.78-contract.x86_64 on AlmaLinux 9

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

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

Please follow the guidelines below to uninstall boost1.78-contract.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 0:42:23 ago on Wed Mar 13 07:41:12 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.