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

Last updated: September 30,2024

1. Install "phpcpd.noarch" package

Please follow the guidance below to install phpcpd.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install phpcpd.noarch

2. Uninstall "phpcpd.noarch" package

This guide let you learn how to uninstall phpcpd.noarch on Fedora 34:

$ sudo dnf remove phpcpd.noarch $ sudo dnf autoremove

3. Information about the phpcpd.noarch package on Fedora 34

Last metadata expiration check: 2:00:59 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : phpcpd
Version : 6.0.3
Release : 2.fc34
Architecture : noarch
Size : 20 k
Source : phpcpd-6.0.3-2.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.