How to Install and Uninstall php-phplang-scope-exit.noarch Package on Fedora 39
Last updated: November 28,2024
1. Install "php-phplang-scope-exit.noarch" package
Please follow the step by step instructions below to install php-phplang-scope-exit.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
php-phplang-scope-exit.noarch
Copied
2. Uninstall "php-phplang-scope-exit.noarch" package
This tutorial shows how to uninstall php-phplang-scope-exit.noarch on Fedora 39:
$
sudo dnf remove
php-phplang-scope-exit.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the php-phplang-scope-exit.noarch package on Fedora 39
Last metadata expiration check: 1:11:25 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : php-phplang-scope-exit
Version : 1.0.0
Release : 10.fc39
Architecture : noarch
Size : 10 k
Source : php-phplang-scope-exit-1.0.0-10.fc39.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
Available Packages
Name : php-phplang-scope-exit
Version : 1.0.0
Release : 10.fc39
Architecture : noarch
Size : 10 k
Source : php-phplang-scope-exit-1.0.0-10.fc39.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