How to Install and Uninstall python311-dbfread Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python311-dbfread" package

Please follow the steps below to install python311-dbfread on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-dbfread

2. Uninstall "python311-dbfread" package

This tutorial shows how to uninstall python311-dbfread on openSuSE Tumbleweed:

$ sudo zypper remove python311-dbfread

3. Information about the python311-dbfread package on openSuSE Tumbleweed

Information for package python311-dbfread:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-dbfread
Version : 2.0.7-4.20
Arch : noarch
Vendor : openSUSE
Installed Size : 121.1 KiB
Installed : No
Status : not installed
Source package : python-dbfread-2.0.7-4.20.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.