How to Install and Uninstall php-facedetect.x86_64 Package on Fedora 39

Last updated: January 15,2025

1. Install "php-facedetect.x86_64" package

Please follow the instructions below to install php-facedetect.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install php-facedetect.x86_64

2. Uninstall "php-facedetect.x86_64" package

This guide let you learn how to uninstall php-facedetect.x86_64 on Fedora 39:

$ sudo dnf remove php-facedetect.x86_64 $ sudo dnf autoremove

3. Information about the php-facedetect.x86_64 package on Fedora 39

Last metadata expiration check: 5:20:01 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : php-facedetect
Version : 1.2.0
Release : 0.32.20201021git2a8974b.fc39
Architecture : x86_64
Size : 20 k
Source : php-facedetect-1.2.0-0.32.20201021git2a8974b.fc39.src.rpm
Repository : fedora
Summary : PHP extension to access the OpenCV library
URL : http://www.xarg.org/project/php-facedetect/
License : BSD
Description : This extension provides a PHP implementation of the OpenCV library.
: The extension offers two new functions. In principle, they differ
: only by their return value. The first returns only the number of
: faces found on the given image and the other an associative array
: of their coordinates.