How to Install and Uninstall python3-faker.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-faker.noarch" package

This guide covers the steps necessary to install python3-faker.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-faker.noarch" package

This is a short guide on how to uninstall python3-faker.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-faker.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:42:49 ago on Mon Feb 26 07:04:30 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.