How to Install and Uninstall cakephp Package on Kali Linux

Last updated: May 17,2024

1. Install "cakephp" package

This guide let you learn how to install cakephp on Kali Linux

$ sudo apt update $ sudo apt install cakephp

2. Uninstall "cakephp" package

This tutorial shows how to uninstall cakephp on Kali Linux:

$ sudo apt remove cakephp $ sudo apt autoclean && sudo apt autoremove

3. Information about the cakephp package on Kali Linux

Package: cakephp
Version: 2.10.24-2
Installed-Size: 9632
Maintainer: Debian QA Group
Architecture: all
Depends: php-cli, php-common
Recommends: cakephp-scripts (= 2.10.24-2)
Suggests: php-mcrypt, php-mysql | php5-mysql, php-pgsql | php5-pgsql, php-sqlite3 | php5-sqlite
Size: 1133252
SHA256: 53d2d901c5147a1349ed96548327672e616bedb2da1bee4f9ac7ac3df107cf0a
SHA1: 8c59ff3ebfb286c30cec7b33c675f14118886027
MD5sum: b0611fc8a1f5cad879a489181e438dad
Description: rapid application development framework for PHP
CakePHP is a flexible model-view-controller rapid application development
framework for PHP inspired by Ruby on Rails.
.
CakePHP makes developing applications swiftly and with the least amount of
hassle:
.
* integrated CRUD for database interaction and simplified queries including
scaffolding
* request dispatcher with good looking, custom URLs
* fast and flexible templating (PHP syntax, with helpers)
* useful core features (access control lists, AJAX integration, etc.)
* works from any website subdirectory
Description-md5: a39b87df5c3f77abdef1cb623549702f
Homepage: http://www.cakephp.org/
Section: web
Priority: optional
Filename: pool/main/c/cakephp/cakephp_2.10.24-2_all.deb