How to Install and Uninstall php-phpoption Package on Kali Linux

Last updated: November 07,2024

1. Install "php-phpoption" package

This is a short guide on how to install php-phpoption on Kali Linux

$ sudo apt update $ sudo apt install php-phpoption

2. Uninstall "php-phpoption" package

This guide covers the steps necessary to uninstall php-phpoption on Kali Linux:

$ sudo apt remove php-phpoption $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-phpoption package on Kali Linux

Package: php-phpoption
Version: 1.9.1-1
Installed-Size: 42
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Depends: php-common
Size: 9572
SHA256: 512af0d9c4ad954850a6cbd18bccfe1cd4b7868d8d792b035c2dd8c3386f50a1
SHA1: b20fc5eca2e0a0c85f2ba841a26cf1d639332be8
MD5sum: 7cb194ed51a470210e1ca3fd331a7683
Description: Option type for PHP
PHP library implementing an Option type for PHP.
.
The Option type is intended for cases where you sometimes might return a value
(typically an object), and sometimes you might return a base value (typically
null) depending on arguments, or other runtime factors.
Description-md5:
Homepage: https://github.com/schmittjoh/php-option
Section: php
Priority: optional
Filename: pool/main/p/php-phpoption/php-phpoption_1.9.1-1_all.deb