How to Install and Uninstall php-behat-mink.noarch Package on Fedora 36

Last updated: October 05,2024

1. Install "php-behat-mink.noarch" package

Please follow the instructions below to install php-behat-mink.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-behat-mink.noarch

2. Uninstall "php-behat-mink.noarch" package

This guide covers the steps necessary to uninstall php-behat-mink.noarch on Fedora 36:

$ sudo dnf remove php-behat-mink.noarch $ sudo dnf autoremove

3. Information about the php-behat-mink.noarch package on Fedora 36

Last metadata expiration check: 2:05:50 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : php-behat-mink
Version : 1.8.1
Release : 5.fc36
Architecture : noarch
Size : 36 k
Source : php-behat-mink-1.8.1-5.fc36.src.rpm
Repository : fedora
Summary : Browser controller/emulator abstraction for PHP
URL : http://mink.behat.org/
License : MIT
Description : One of the most important parts in the web is a browser. Browser is the window
: through which web users interact with web applications and other users. Users
: are always talking with web applications through browsers.
:
: So, in order to test that our web application behaves correctly, we need a way
: to simulate this interaction between the browser and the web application in our
: tests. We need a Mink.
:
: Mink is an open source browser controller/emulator for web applications,
: written in PHP.
:
: Read Mink at a Glance [1] to learn more about Mink and why you need it.
:
: Autoloader: /usr/share/php/Behat/Mink/autoload.php
:
: [1] http://mink.behat.org/en/latest/at-a-glance.html