How to Install and Uninstall php-mikey179-vfsstream.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "php-mikey179-vfsstream.noarch" package

This is a short guide on how to install php-mikey179-vfsstream.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-mikey179-vfsstream.noarch

2. Uninstall "php-mikey179-vfsstream.noarch" package

Please follow the guidance below to uninstall php-mikey179-vfsstream.noarch on Fedora 34:

$ sudo dnf remove php-mikey179-vfsstream.noarch $ sudo dnf autoremove

3. Information about the php-mikey179-vfsstream.noarch package on Fedora 34

Last metadata expiration check: 1:00:15 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : php-mikey179-vfsstream
Version : 1.6.10
Release : 1.fc34
Architecture : noarch
Size : 30 k
Source : php-mikey179-vfsstream-1.6.10-1.fc34.src.rpm
Repository : updates
Summary : PHP stream wrapper for a virtual file system
URL : https://github.com/bovigo/vfsStream
License : BSD
Description : vfsStream is a PHP stream wrapper for a virtual file system that may be
: helpful in unit tests to mock the real file system.
:
: It can be used with any unit test framework, like PHPUnit or SimpleTest.
:
: To use this library, you just have to add, in your project:
: require_once '/usr/share/php/org/bovigo/vfs/autoload.php';