How to Install and Uninstall php-phplang-scope-exit.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "php-phplang-scope-exit.noarch" package

Learn how to install php-phplang-scope-exit.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-phplang-scope-exit.noarch

2. Uninstall "php-phplang-scope-exit.noarch" package

Please follow the guidance below to uninstall php-phplang-scope-exit.noarch on Fedora 34:

$ sudo dnf remove php-phplang-scope-exit.noarch $ sudo dnf autoremove

3. Information about the php-phplang-scope-exit.noarch package on Fedora 34

Last metadata expiration check: 2:00:50 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : php-phplang-scope-exit
Version : 1.0.0
Release : 5.fc34
Architecture : noarch
Size : 11 k
Source : php-phplang-scope-exit-1.0.0-5.fc34.src.rpm
Repository : fedora
Summary : Emulation of SCOPE_EXIT construct from C++
URL : https://github.com/phplang/scope-exit
License : BSD
Description : This simple class provides an implementation of C++'s SCOPE_EXIT, or GoLang's
: defer.
:
: To use, assign an instance of this object to a local variable. When that
: variable falls out of scope (or is explicitly unset), the callback passed
: to the constructor will be invoked. This is useful, for example, to aid
: cleanup at the end of a function.
:
: Autoloader: /usr/share/php/PhpLang/scope-exit-autoload.php