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

Last updated: October 06,2024

1. Install "php-phpunit-phpcpd.noarch" package

This guide let you learn how to install php-phpunit-phpcpd.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-phpunit-phpcpd.noarch

2. Uninstall "php-phpunit-phpcpd.noarch" package

Please follow the instructions below to uninstall php-phpunit-phpcpd.noarch on Fedora 34:

$ sudo dnf remove php-phpunit-phpcpd.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:10:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-phpunit-phpcpd
Version : 3.0.1
Release : 8.fc34
Architecture : noarch
Size : 19 k
Source : php-phpunit-phpcpd-3.0.1-8.fc34.src.rpm
Repository : fedora
Summary : Copy/Paste Detector (CPD) for PHP code
URL : https://github.com/sebastianbergmann/phpcpd
License : BSD
Description : phpcpd is a Copy/Paste Detector (CPD) for PHP code.
:
: The goal of phpcpd is not not to replace more sophisticated tools such as phpcs,
: pdepend, or phpmd, but rather to provide an alternative to them when you just
: need to get a quick overview of duplicated code in a project.