How to Install and Uninstall boost-contract.i686 Package on Rocky Linux 9

Last updated: May 20,2024

1. Install "boost-contract.i686" package

In this section, we are going to explain the necessary steps to install boost-contract.i686 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install boost-contract.i686

2. Uninstall "boost-contract.i686" package

This guide let you learn how to uninstall boost-contract.i686 on Rocky Linux 9:

$ sudo dnf remove boost-contract.i686 $ sudo dnf autoremove

3. Information about the boost-contract.i686 package on Rocky Linux 9

Last metadata expiration check: 2:16:18 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : boost-contract
Version : 1.75.0
Release : 8.el9
Architecture : i686
Size : 46 k
Source : boost-1.75.0-8.el9.src.rpm
Repository : appstream
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.