How to Install and Uninstall php-opis-closure Package on Kali Linux

Last updated: May 19,2024

1. Install "php-opis-closure" package

Please follow the instructions below to install php-opis-closure on Kali Linux

$ sudo apt update $ sudo apt install php-opis-closure

2. Uninstall "php-opis-closure" package

This guide let you learn how to uninstall php-opis-closure on Kali Linux:

$ sudo apt remove php-opis-closure $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-opis-closure package on Kali Linux

Package: php-opis-closure
Version: 3.6.3-2
Installed-Size: 96
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Depends: php-common
Size: 16932
SHA256: 6fe4f905342681cf7bba7f1df2a2b952f082cc850054c589d91c8c6a2619b86d
SHA1: 36c70c448f2e5b6320fb24c8d3c99246dbe5644c
MD5sum: 05961b2e439b431af9f04a0c9cfa54ea
Description: serializable closures (anonymous functions) for PHP
PHP library that can be used to serialize closures (anonymous functions) and
arbitrary objects. It aims to overcome PHP's limitations regarding closure
serialization by providing a wrapper that will make all closures serializable.
.
Key features:
* Serializes any closure and arbitrary objects
* Doesn't use eval for closure serialization or unserialization
* Handles all variables referenced in use(), recursive closures, static
closures and magic constants
* Automatically resolves all class names, function names and constant names
used inside the closure
* Track closure's residing source by using the #trackme directive
* Simple and very fast parser
* Proper exception handling for unserialized closures
* Supports cryptographically signed closures
* Provides a reflector for serialized closures
* Automatically detects when the scope and/or bound object of a closure needs
to be serialized in order for the closure to work after deserialization
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/opis/closure
Section: php
Priority: optional
Filename: pool/main/p/php-opis-closure/php-opis-closure_3.6.3-2_all.deb