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

Last updated: May 18,2024

1. Install "php-slim" package

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

$ sudo apt update $ sudo apt install php-slim

2. Uninstall "php-slim" package

Here is a brief guide to show you how to uninstall php-slim on Kali Linux:

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

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

Package: php-slim
Version: 3.12.4-1
Installed-Size: 291
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Depends: php-common, php-json, php-xml, php-pimple (>= 3.0), php-pimple (<< 4~~), php-psr-http-message (>= 1.0), php-psr-http-message (<< 2~~), php-nikic-fast-route (>= 1.0), php-nikic-fast-route (<< 2~~), php-psr-container (>= 1.0), php-psr-container (<< 2~~)
Size: 46120
SHA256: 96aa8faec0c5ade234f3e9bf6deae8ca6badbe417c49e545d9dc55cda324bfe9
SHA1: 14e235e370a20d4582edc3bfd10a41614bb93a91
MD5sum: 5ebcfd64f075bbc9b97e8ab19b2bf048
Description: PHP micro framework for quick and simple web applications and APIs
Slim is a PHP micro framework that helps you quickly write simple yet
powerful web applications and APIs. At its core, Slim is a dispatcher
that receives an HTTP request, invokes an appropriate callback
routine, and returns an HTTP response. It is an ideal tool to create
APIs that consume, repurpose, or publish data, and great for rapid
prototyping.
Description-md5:
Homepage: https://www.slimframework.com/
Section: php
Priority: optional
Filename: pool/main/p/php-slim/php-slim_3.12.4-1_all.deb

5. The same packages on other Linux Distributions