How to Install and Uninstall python3-faker.noarch Package on CentOS Stream 9

Last updated: October 06,2024

1. Install "python3-faker.noarch" package

Please follow the steps below to install python3-faker.noarch on CentOS Stream 9

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

2. Uninstall "python3-faker.noarch" package

Please follow the steps below to uninstall python3-faker.noarch on CentOS Stream 9:

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

3. Information about the python3-faker.noarch package on CentOS Stream 9

Last metadata expiration check: 1:41:08 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-faker
Version : 13.3.3
Release : 1.el9
Architecture : noarch
Size : 2.5 M
Source : python-faker-13.3.3-1.el9.src.rpm
Repository : epel
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.