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

Last updated: June 28,2024

1. Install "python3-dbfread" package

Please follow the steps below to install python3-dbfread on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-dbfread

2. Uninstall "python3-dbfread" package

Please follow the guidance below to uninstall python3-dbfread on openSUSE Leap:

$ sudo zypper remove python3-dbfread

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

Information for package python3-dbfread:
----------------------------------------
Repository : Main Repository
Name : python3-dbfread
Version : 2.0.7-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 126.3 KiB
Installed : No
Status : not installed
Source package : python-dbfread-2.0.7-bp155.2.12.src
Upstream URL : https://github.com/olemb/dbfread
Summary : DBF file reader for Python
Description :
DBF is a file format used by databases such dBase, Visual FoxPro, and
FoxBase+. This library reads DBF files and returns the data as native
Python data types for further processing. It is primarily intended for
batch jobs and one-off scripts.