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

Last updated: September 28,2024

1. Install "php-phpspec-php-diff.noarch" package

Please follow the instructions below to install php-phpspec-php-diff.noarch on Fedora 36

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

2. Uninstall "php-phpspec-php-diff.noarch" package

In this section, we are going to explain the necessary steps to uninstall php-phpspec-php-diff.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:49:45 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : php-phpspec-php-diff
Version : 1.1.3
Release : 4.fc36
Architecture : noarch
Size : 22 k
Source : php-phpspec-php-diff-1.1.3-4.fc36.src.rpm
Repository : fedora
Summary : A library for generating differences between two hashable objects
URL : https://github.com/phpspec/php-diff
License : BSD
Description : A comprehensive library for generating differences between two hashable
: objects (strings or arrays). Generated differences can be rendered in
: all of the standard formats including:
: * Unified
: * Context
: * Inline HTML
: * Side by Side HTML
:
: The logic behind the core of the diff engine (ie, the sequence matcher)
: is primarily based on the Python difflib package. The reason for doing
: so is primarily because of its high degree of accuracy.