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

Last updated: May 20,2024

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

Please follow the guidance below to install php-mikey179-vfsstream.noarch on Fedora 39

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

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

Please follow the steps below to uninstall php-mikey179-vfsstream.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:33:57 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : php-mikey179-vfsstream
Version : 1.6.11
Release : 3.fc39
Architecture : noarch
Size : 36 k
Source : php-mikey179-vfsstream-1.6.11-3.fc39.src.rpm
Repository : fedora
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';