How to Install and Uninstall matomo-component-ini Package on Kali Linux

Last updated: May 20,2024

1. Install "matomo-component-ini" package

Please follow the steps below to install matomo-component-ini on Kali Linux

$ sudo apt update $ sudo apt install matomo-component-ini

2. Uninstall "matomo-component-ini" package

This guide let you learn how to uninstall matomo-component-ini on Kali Linux:

$ sudo apt remove matomo-component-ini $ sudo apt autoclean && sudo apt autoremove

3. Information about the matomo-component-ini package on Kali Linux

Package: matomo-component-ini
Version: 3.0.1-2
Installed-Size: 31
Maintainer: Debian-matomo-maintainers
Architecture: all
Depends: php-common
Size: 5692
SHA256: a14c1a8e8f3385eb52c1c1b84c904ced666270f64002db28d9cf2cb59142251a
SHA1: 775baf787e49a93625250a2289d4b4e75796839b
MD5sum: 958499c42545f1b43445711c5cb542be
Description: read and write INI configurations
PHP provides a parse_ini_file() function to read INI files.
.
This component provides the following benefits over the built-in function:
.
- allows one to write INI files
- classes can be used with dependency injection and mocked in unit tests
- throws exceptions instead of PHP errors
- better type supports:
- parses boolean values (true/false, on/off, yes/no) to real PHP booleans
(instead of strings "1" and "")
- parses null to PHP null (instead of an empty string)
- works even if parse_ini_file() or parse_ini_string() is disabled in php.ini
by falling back on an alternate implementation
(can happen on some shared hosts)
Description-md5:
Homepage: https://github.com/matomo-org/component-ini
Section: php
Priority: optional
Filename: pool/main/m/matomo-component-ini/matomo-component-ini_3.0.1-2_all.deb