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

Last updated: November 27,2024

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

Please follow the steps below to install php-wikimedia-assert.noarch on Fedora 38

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

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

Please follow the guidelines below to uninstall php-wikimedia-assert.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:12:44 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : php-wikimedia-assert
Version : 0.5.1
Release : 2.fc38
Architecture : noarch
Size : 15 k
Source : php-wikimedia-assert-0.5.1-2.fc38.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.