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

Last updated: July 07,2024

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

This guide covers the steps necessary to install php-laminas-router.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 4:17:44 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-laminas-router
Version : 3.4.5
Release : 1.fc34
Architecture : noarch
Size : 30 k
Source : php-laminas-router-3.4.5-1.fc34.src.rpm
Repository : updates
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/