Install php-horde-role
Installing php-horde-role package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install php-horde-role
php-horde-role package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | php-horde-role |
version | 1.0.1-11 |
description | PEAR installer role used to install Horde components |
subsection | php |
website | horde.org |
maintainer | Horde Maintainers |
Uninstall php-horde-role
To remove just php-horde-role package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove php-horde-role
Uninstall php-horde-role and it’s dependent packages
To remove the php-horde-role package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove php-horde-role
Purging php-horde-role
If you also want to delete configuration and/or data files of php-horde-role from Debian Sid then this will work:
sudo apt-get purge php-horde-role
To delete configuration and/or data files of php-horde-role and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove php-horde-role