How to Install and Uninstall python3-faker.noarch Package on Oracle Linux 9

Last updated: September 20,2024

1. Install "python3-faker.noarch" package

Please follow the steps below to install python3-faker.noarch on Oracle Linux 9

$ 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 Oracle Linux 9:

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

3. Information about the python3-faker.noarch package on Oracle Linux 9

Last metadata expiration check: 2:43:56 ago on Thu Feb 15 07:50:05 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.