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

Last updated: November 26,2024

1. Install "python3-dbf" package

Here is a brief guide to show you how to install python3-dbf on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-dbf

2. Uninstall "python3-dbf" package

Please follow the guidelines below to uninstall python3-dbf on openSUSE Leap:

$ sudo zypper remove python3-dbf

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

Information for package python3-dbf:
------------------------------------
Repository : Main Repository
Name : python3-dbf
Version : 0.98.3-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : python-dbf-0.98.3-bp155.2.10.src
Upstream URL : https://pypi.org/project/dbf/
Summary : Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf
Description :
Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf
files (including memos)
Currently supports dBase III, Clipper, FoxPro, and Visual FoxPro tables. Text is
returned as unicode, and codepage settings in tables are honored. Memos and Null
fields are supported.