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

Last updated: June 26,2024

1. Install "php-phpspec.noarch" package

This guide covers the steps necessary to install php-phpspec.noarch on Fedora 34

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

2. Uninstall "php-phpspec.noarch" package

Please follow the guidelines below to uninstall php-phpspec.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:17:25 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-phpspec
Version : 7.1.0
Release : 1.fc34
Architecture : noarch
Size : 121 k
Source : php-phpspec-7.1.0-1.fc34.src.rpm
Repository : updates
Summary : Specification-oriented BDD framework for PHP
URL : https://github.com/phpspec/phpspec
License : MIT
Description : phpspec is a tool which can help you write clean and working PHP code
: using behaviour driven development or BDD. BDD is a technique derived
: from test-first development.
:
: BDD is a technique used at story level and spec level. phpspec is a tool
: for use at the spec level or SpecBDD. The technique is to first use a tool
: like phpspec to describe the behaviour of an object you are about to write.
: Next you write just enough code to meet that specification and finally you
: refactor this code.