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

Last updated: May 18,2024

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

Please follow the guidelines below to install php-phpspec-php-diff.noarch on Fedora 34

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

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

Please follow the step by step instructions below to uninstall php-phpspec-php-diff.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:07:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-phpspec-php-diff
Version : 1.1.3
Release : 2.fc34
Architecture : noarch
Size : 22 k
Source : php-phpspec-php-diff-1.1.3-2.fc34.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.