How to Install and Uninstall php8.2 Package on Kali Linux

Last updated: June 26,2024

1. Install "php8.2" package

This guide let you learn how to install php8.2 on Kali Linux

$ sudo apt update $ sudo apt install php8.2

2. Uninstall "php8.2" package

This is a short guide on how to uninstall php8.2 on Kali Linux:

$ sudo apt remove php8.2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the php8.2 package on Kali Linux

Package: php8.2
Version: 8.2.12-1
Installed-Size: 66
Maintainer: Debian PHP Maintainers
Architecture: all
Provides: php
Depends: libapache2-mod-php8.2 | php8.2-fpm | php8.2-cgi, php8.2-common
Size: 32616
SHA256: e57eb18650e438fa35aefc06458aa67b4f0efe6fbd1a62bdff9e00081f0f12f3
SHA1: 55bf0314bab2cb9a8c606d6a2e7072bdbbfbbb13
MD5sum: 2f677578cdf6da728e1d81268cff26cd
Description: server-side, HTML-embedded scripting language (metapackage)
This package is a metapackage that, when installed, guarantees that you
have at least one of the four server-side versions of the PHP interpreter
installed. Removing this package won't remove PHP from your system, however
it may remove other packages that depend on this one.
.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
open source general-purpose scripting language that is especially suited
for web development and can be embedded into HTML.
Description-md5:
Homepage: http://www.php.net/
Section: php
Priority: optional
Filename: pool/main/p/php8.2/php8.2_8.2.12-1_all.deb