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

Last updated: September 28,2024

1. Install "php-Faker.noarch" package

This tutorial shows how to install php-Faker.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-Faker.noarch

2. Uninstall "php-Faker.noarch" package

This tutorial shows how to uninstall php-Faker.noarch on Fedora 36:

$ sudo dnf remove php-Faker.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:32:19 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : php-Faker
Version : 1.9.2
Release : 3.fc36
Architecture : noarch
Size : 2.5 M
Source : php-Faker-1.9.2-3.fc36.src.rpm
Repository : fedora
Summary : A PHP library that generates fake data
URL : https://github.com/fzaninotto/Faker
License : MIT
Description : Faker is a PHP library that generates fake data for you. Whether you need
: to bootstrap your database, create good-looking XML documents, fill-in your
: persistence to stress test it, or anonymize data taken from a production
: service, Faker is for you.
:
: Faker is heavily inspired by Perl's Data::Faker [1], and by Ruby's Faker [2].
:
: Autoloader: /usr/share/php/Faker/autoload.php
:
: Optional:
: * CakePHP (http://cakephp.org/)
: * Doctrine ORM (php-doctrine-orm)
: * Mandango (http://mandango.org/)
: * Propel (http://propelorm.org/)
:
: [1] http://search.cpan.org/~jasonk/Data-Faker/
: [2] http://faker.rubyforge.org/