Install php7.0-cgi
Installing php7.0-cgi package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install php7.0-cgi
php7.0-cgi package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | php7.0-cgi |
version | 7.0.5-3 |
description | server-side, HTML-embedded scripting language (CGI binary) |
subsection | php |
website | php.net |
maintainer | Debian PHP Maintainers |
Uninstall php7.0-cgi
To remove just php7.0-cgi package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove php7.0-cgi
Uninstall php7.0-cgi and it’s dependent packages
To remove the php7.0-cgi package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove php7.0-cgi
Purging php7.0-cgi
If you also want to delete configuration and/or data files of php7.0-cgi from Debian Sid then this will work:
sudo apt-get purge php7.0-cgi
To delete configuration and/or data files of php7.0-cgi and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove php7.0-cgi