Install php-symfony-form
Installing php-symfony-form package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install php-symfony-form
php-symfony-form package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | php-symfony-form |
version | 2.8.4+dfsg-1 |
description | create HTML forms and process request data |
subsection | php |
website | symfony.com / doc / 2.8 / … / introduction.html |
maintainer | Debian PHP PEAR Maintainers |
Uninstall php-symfony-form
To remove just php-symfony-form package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove php-symfony-form
Uninstall php-symfony-form and it’s dependent packages
To remove the php-symfony-form package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove php-symfony-form
Purging php-symfony-form
If you also want to delete configuration and/or data files of php-symfony-form from Debian Sid then this will work:
sudo apt-get purge php-symfony-form
To delete configuration and/or data files of php-symfony-form and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove php-symfony-form