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

Last updated: July 03,2024

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

In this section, we are going to explain the necessary steps to install php-webmozart-assert.noarch on Fedora 35

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

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

Please follow the steps below to uninstall php-webmozart-assert.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:26:03 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : php-webmozart-assert
Version : 1.11.0
Release : 1.fc35.remi
Architecture : noarch
Size : 24 k
Source : php-webmozart-assert-1.11.0-1.fc35.remi.src.rpm
Repository : remi
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