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

Last updated: July 05,2024

1. Install "php-hamcrest.noarch" package

Here is a brief guide to show you how to install php-hamcrest.noarch on Fedora 34

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

2. Uninstall "php-hamcrest.noarch" package

Please follow the guidance below to uninstall php-hamcrest.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:07:21 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-hamcrest
Version : 1.2.2
Release : 12.fc34
Architecture : noarch
Size : 39 k
Source : php-hamcrest-1.2.2-12.fc34.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';