How to Install and Uninstall cakephp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "cakephp" package

Please follow the guidance below to install cakephp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cakephp

2. Uninstall "cakephp" package

Please follow the instructions below to uninstall cakephp on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the cakephp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cakephp
Priority: optional
Section: universe/web
Installed-Size: 9398
Maintainer: Ubuntu Developers
Original-Maintainer: Dmitry Smirnov
Architecture: all
Version: 2.8.0-1
Depends: php-cli | php5-cli, php-common | php5-common (>= 5.3.0), php-mcrypt | php5-mcrypt
Recommends: cakephp-scripts (= 2.8.0-1)
Suggests: cakephp-instaweb, php-mysql | php5-mysql, php-pgsql | php5-pgsql, php-sqlite3 | php5-sqlite
Filename: pool/universe/c/cakephp/cakephp_2.8.0-1_all.deb
Size: 1103958
MD5sum: f554b9234d9e06b97d5ebaf2e0cd4b2c
SHA1: c4a9beabf60ddcc91daffe54beb65db03d04894a
SHA256: 33a4c0d42fd3ff7af8c14db360671f7f98945d88d0b5541992dd42dfcb1fd120
Description-en: 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/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu