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

Last updated: May 20,2024

1. Install "php-hamcrest.noarch" package

Please follow the instructions below to install php-hamcrest.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install php-hamcrest.noarch

2. Uninstall "php-hamcrest.noarch" package

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

$ sudo dnf remove php-hamcrest.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:05:23 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : php-hamcrest
Version : 1.2.2
Release : 13.fc35
Architecture : noarch
Size : 39 k
Source : php-hamcrest-1.2.2-13.fc35.src.rpm
Repository : fedora
Summary : PHP port of Hamcrest Matchers
URL : https://github.com/hamcrest/hamcrest-php
License : BSD
Description : Hamcrest is a matching library originally written for Java,
: but subsequently ported to many other languages.
:
: php-hamcrest is the official PHP port of Hamcrest and essentially follows
: a literal translation of the original Java API for Hamcrest,
: with a few Exceptions, mostly down to PHP language barriers.
:
: To use this library, you just have to add, in your project:
: require_once '/usr/share/php/Hamcrest/autoload.php';