How to Install and Uninstall python3-faker.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-faker.noarch" package

This tutorial shows how to install python3-faker.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-faker.noarch

2. Uninstall "python3-faker.noarch" package

Please follow the guidelines below to uninstall python3-faker.noarch on Fedora 34:

$ sudo dnf remove python3-faker.noarch $ sudo dnf autoremove

3. Information about the python3-faker.noarch package on Fedora 34

Last metadata expiration check: 2:01:58 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-faker
Version : 8.4.0
Release : 1.fc34
Architecture : noarch
Size : 2.0 M
Source : python-faker-8.4.0-1.fc34.src.rpm
Repository : updates
Summary : Faker is a Python package that generates fake data for you
URL : https://faker.readthedocs.io
License : MIT
Description : Faker is a Python package 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.