How to Install and Uninstall php-psr-log Package on Kali Linux

Last updated: May 21,2024

1. Install "php-psr-log" package

Here is a brief guide to show you how to install php-psr-log on Kali Linux

$ sudo apt update $ sudo apt install php-psr-log

2. Uninstall "php-psr-log" package

In this section, we are going to explain the necessary steps to uninstall php-psr-log on Kali Linux:

$ sudo apt remove php-psr-log $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-psr-log package on Kali Linux

Package: php-psr-log
Version: 1.1.4-2
Installed-Size: 47
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Depends: php-common
Size: 9560
SHA256: 737d70a65a1bfa16ea8b09892592d35824171729d3f781a7c32250e5b28416d7
SHA1: 76a0a7e1eebd5707c416bd6b4d782830a34b740a
MD5sum: a6d71b95785f26c738f926faa46f14f8
Description: common interface for logging libraries
The main goal is to allow libraries to receive a Psr\Log\LoggerInterface object
and write logs to it in a simple and universal way. Frameworks and CMSs that
have custom needs MAY extend the interface for their own purpose, but SHOULD
remain compatible with this document. This ensures that the third-party
libraries an application uses can write to the centralized application logs.
.
The LoggerInterface exposes eight methods to write logs to the eight RFC 5424
levels (debug, info, notice, warning, error, critical, alert, emergency).
.
A ninth method, log, accepts a log level as first argument. Calling this method
with one of the log level constants MUST have the same result as calling the
level-specific method. Calling this method with a level not defined by this
specification MUST throw a Psr\Log\InvalidArgumentException if the
implementation does not know about the level. Users SHOULD NOT use a custom
level without knowing for sure the current implementation supports it.
.
Note that this is not a logger of its own. It is merely an interface that
describes a logger. See the specification for more details.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.php-fig.org/psr/psr-3/
Section: php
Priority: optional
Filename: pool/main/p/php-psr-log/php-psr-log_1.1.4-2_all.deb