How to Install and Uninstall php-Monolog.noarch Package on Fedora 38

Last updated: November 30,2024

1. Install "php-Monolog.noarch" package

Please follow the guidelines below to install php-Monolog.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install php-Monolog.noarch

2. Uninstall "php-Monolog.noarch" package

This is a short guide on how to uninstall php-Monolog.noarch on Fedora 38:

$ sudo dnf remove php-Monolog.noarch $ sudo dnf autoremove

3. Information about the php-Monolog.noarch package on Fedora 38

Last metadata expiration check: 2:47:11 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : php-Monolog
Version : 1.27.1
Release : 3.fc38
Architecture : noarch
Size : 111 k
Source : php-Monolog-1.27.1-3.fc38.src.rpm
Repository : fedora
Summary : Sends your logs to files, sockets, inboxes, databases and various web services
URL : https://github.com/Seldaek/monolog
License : MIT
Description : Monolog sends your logs to files, sockets, inboxes, databases and various web
: services. Special handlers allow you to build advanced logging strategies.
:
: This library implements the PSR-3 [1] interface that you can type-hint against
: in your own libraries to keep a maximum of interoperability. You can also use it
: in your applications to make sure you can always use another compatible logger
: at a later time.
:
: [1] http://www.php-fig.org/psr/psr-3/