Install php-tidy
Installing php-tidy package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install php-tidy
php-tidy package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | php-tidy |
version | 1:7.0+35 |
description | tidy module for PHP [default] |
subsection | php |
maintainer | Debian PHP Maintainers |
Uninstall php-tidy
To remove just php-tidy package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove php-tidy
Uninstall php-tidy and it’s dependent packages
To remove the php-tidy package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove php-tidy
Purging php-tidy
If you also want to delete configuration and/or data files of php-tidy from Debian Sid then this will work:
sudo apt-get purge php-tidy
To delete configuration and/or data files of php-tidy and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove php-tidy