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

Last updated: September 30,2024

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

Please follow the guidelines below to install php-webmozart-assert.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 0:23:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-webmozart-assert
Version : 1.9.1
Release : 3.fc34
Architecture : noarch
Size : 22 k
Source : php-webmozart-assert-1.9.1-3.fc34.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