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

Last updated: November 27,2024

1. Install "php-laminas-router.noarch" package

Please follow the steps below to install php-laminas-router.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install php-laminas-router.noarch

2. Uninstall "php-laminas-router.noarch" package

Please follow the guidance below to uninstall php-laminas-router.noarch on Fedora 38:

$ sudo dnf remove php-laminas-router.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:17:56 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : php-laminas-router
Version : 3.11.1
Release : 2.fc38
Architecture : noarch
Size : 39 k
Source : php-laminas-router-3.11.1-2.fc38.src.rpm
Repository : fedora
Summary : Laminas Framework Router component
URL : https://github.com/laminas/laminas-router
License : BSD-3-Clause
Description : laminas-router provides flexible HTTP routing.
:
: Routing currently works against the laminas-http request and responses,
: and provides capabilities around:
:
: * Literal path matches
: * Path segment matches (at path boundaries, and optionally validated
: using regex)
: * Regular expression path matches
: * HTTP request scheme
: * HTTP request method
: * Hostname
:
: Additionally, it supports combinations of different route types in tree
: structures, allowing for fast, b-tree lookups.
:
: Documentation: https://docs.laminas.dev/laminas-router/