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