How to Install and Uninstall php-wikimedia-assert.noarch Package on Fedora 36

Last updated: May 02,2024

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

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

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

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

This guide covers the steps necessary to uninstall php-wikimedia-assert.noarch on Fedora 36:

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

3. Information about the php-wikimedia-assert.noarch package on Fedora 36

Last metadata expiration check: 0:41:12 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : php-wikimedia-assert
Version : 0.5.0
Release : 4.fc36
Architecture : noarch
Size : 15 k
Source : php-wikimedia-assert-0.5.0-4.fc36.src.rpm
Repository : fedora
Summary : An alternative to PHP's assert
URL : https://github.com/wikimedia/Assert
License : MIT
Description : This package provides an alternative to PHP's assert() that allows for a
: simple and reliable way to check preconditions and postconditions in PHP
: code. It was proposed as a MediaWiki RFC, but is completely generic and
: can be used by any PHP program or library.