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

Last updated: October 05,2024

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

Learn how to install php-wikimedia-assert.noarch on Fedora 34

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

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

This guide let you learn how to uninstall php-wikimedia-assert.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:42:51 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-wikimedia-assert
Version : 0.5.0
Release : 2.fc34
Architecture : noarch
Size : 15 k
Source : php-wikimedia-assert-0.5.0-2.fc34.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.