How to Install and Uninstall php-pda-pheanstalk.noarch Package on Fedora 35

Last updated: November 14,2024

1. Install "php-pda-pheanstalk.noarch" package

Please follow the guidance below to install php-pda-pheanstalk.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install php-pda-pheanstalk.noarch

2. Uninstall "php-pda-pheanstalk.noarch" package

Please follow the step by step instructions below to uninstall php-pda-pheanstalk.noarch on Fedora 35:

$ sudo dnf remove php-pda-pheanstalk.noarch $ sudo dnf autoremove

3. Information about the php-pda-pheanstalk.noarch package on Fedora 35

Last metadata expiration check: 2:13:10 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : php-pda-pheanstalk
Version : 4.0.0
Release : 6.fc35
Architecture : noarch
Size : 31 k
Source : php-pda-pheanstalk-4.0.0-6.fc35.src.rpm
Repository : fedora
Summary : PHP client for beanstalkd queue
URL : https://github.com/pda/pheanstalk
License : MIT
Description : Pheanstalk is a pure PHP 5.3+ client for the beanstalkd workqueue [1]. It has
: been actively developed, and used in production by many, since late 2008.
:
: Created by Paul Annesley [2], Pheanstalk is rigorously unit tested and written
: using encapsulated, maintainable object oriented design. Community feedback,
: bug reports and patches has led to a stable 1.0 release in 2010, a 2.0 release
: in 2013, and a 3.0 release in 2014.
:
: Pheanstalk 3.0 introduces PHP namespaces, PSR-1 and PSR-2 coding standards, and
: PSR-4 autoloader standard.
:
: beanstalkd up to the latest version 1.4 is supported. All commands and responses
: specified in the protocol documentation for beanstalkd 1.3 are implemented.
:
: Autoloader: /usr/share/php/Pheanstalk/autoload.php
:
: [1] http://xph.us/software/beanstalkd/
: [2] http://paul.annesley.cc/