How to Install and Uninstall php-webmozart-assert.noarch Package on Fedora 39

Last updated: June 02,2024

1. Install "php-webmozart-assert.noarch" package

Please follow the instructions below to install php-webmozart-assert.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install php-webmozart-assert.noarch

2. Uninstall "php-webmozart-assert.noarch" package

Please follow the instructions below to uninstall php-webmozart-assert.noarch on Fedora 39:

$ sudo dnf remove php-webmozart-assert.noarch $ sudo dnf autoremove

3. Information about the php-webmozart-assert.noarch package on Fedora 39

Last metadata expiration check: 0:29:23 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : php-webmozart-assert
Version : 1.11.0
Release : 3.fc39
Architecture : noarch
Size : 24 k
Source : php-webmozart-assert-1.11.0-3.fc39.src.rpm
Repository : fedora
Summary : Assertions to validate method input/output with nice error messages
URL : https://github.com/webmozart/assert
License : MIT
Description : This library contains efficient assertions to test the input and output of your
: methods. With these assertions, you can greatly reduce the amount of coding
: needed to write a safe implementation.
:
: All assertions in the Assert class throw an \InvalidArgumentException if they
: fail.
:
: Autoloader: /usr/share/php/Webmozart/Assert/autoload.php