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

Last updated: October 07,2024

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

This is a short guide on how to install php-laminas-router.noarch on Fedora 35

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

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

This is a short guide on how to uninstall php-laminas-router.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:30:16 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : php-laminas-router
Version : 3.7.0
Release : 1.fc35.remi
Architecture : noarch
Size : 31 k
Source : php-laminas-router-3.7.0-1.fc35.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/