How to Install and Uninstall python39-Faker Package on openSuSE Tumbleweed

Last updated: May 05,2024

1. Install "python39-Faker" package

Here is a brief guide to show you how to install python39-Faker on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-Faker

2. Uninstall "python39-Faker" package

This guide covers the steps necessary to uninstall python39-Faker on openSuSE Tumbleweed:

$ sudo zypper remove python39-Faker

3. Information about the python39-Faker package on openSuSE Tumbleweed

Information for package python39-Faker:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-Faker
Version : 22.6.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 12.2 MiB
Installed : No
Status : not installed
Source package : python-Faker-22.6.0-1.4.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.