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

Last updated: October 30,2024

1. Install "php-phpspec.noarch" package

This tutorial shows how to install php-phpspec.noarch on Fedora 38

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

2. Uninstall "php-phpspec.noarch" package

Here is a brief guide to show you how to uninstall php-phpspec.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:18:35 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : php-phpspec
Version : 7.4.0
Release : 1.fc38.remi
Architecture : noarch
Size : 122 k
Source : php-phpspec-7.4.0-1.fc38.remi.src.rpm
Repository : remi
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.