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

Last updated: May 19,2024

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

Please follow the steps below to install php-phplang-scope-exit.noarch on Fedora 35

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

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

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

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

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

Last metadata expiration check: 4:10:55 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : php-phplang-scope-exit
Version : 1.0.0
Release : 6.fc35
Architecture : noarch
Size : 11 k
Source : php-phplang-scope-exit-1.0.0-6.fc35.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