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

Last updated: October 06,2024

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

In this section, we are going to explain the necessary steps to install php-laminas-router.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall php-laminas-router.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:35:41 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : php-laminas-router
Version : 3.7.0
Release : 1.fc36.remi
Architecture : noarch
Size : 31 k
Source : php-laminas-router-3.7.0-1.fc36.remi.src.rpm
Repository : remi
Summary : Laminas Framework Router component
URL : https://github.com/laminas/laminas-router
License : BSD
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/