How to Install and Uninstall python3-Faker Package on openSUSE Leap

Last updated: November 23,2024

1. Install "python3-Faker" package

This tutorial shows how to install python3-Faker on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Faker

2. Uninstall "python3-Faker" package

Please follow the steps below to uninstall python3-Faker on openSUSE Leap:

$ sudo zypper remove python3-Faker

3. Information about the python3-Faker package on openSUSE Leap

Information for package python3-Faker:
--------------------------------------
Repository : Main Repository
Name : python3-Faker
Version : 3.0.1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 9.8 MiB
Installed : No
Status : not installed
Source package : python-Faker-3.0.1-bp155.2.10.src
Upstream URL : https://github.com/joke2k/faker
Summary : Python package that generates fake data
Description :
Faker is a Python package that generates fake data. It helps with
database bootstrapping, creating XML documents, persistence stress
testing, and data anonymization from production services.