Install phpunit-global-state
Installing phpunit-global-state package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install phpunit-global-state
phpunit-global-state package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | phpunit-global-state |
version | 1.1.1-2 |
description | snapshotting of global state – PHPUnit component |
subsection | php |
website | github.com / sebastianbergmann / global-state |
maintainer | Debian PHP PEAR Maintainers |
Uninstall phpunit-global-state
To remove just phpunit-global-state package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove phpunit-global-state
Uninstall phpunit-global-state and it’s dependent packages
To remove the phpunit-global-state package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove phpunit-global-state
Purging phpunit-global-state
If you also want to delete configuration and/or data files of phpunit-global-state from Debian Sid then this will work:
sudo apt-get purge phpunit-global-state
To delete configuration and/or data files of phpunit-global-state and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove phpunit-global-state