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

Last updated: May 19,2024

1. Install "python2-dbfread" package

This guide covers the steps necessary to install python2-dbfread on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-dbfread

2. Uninstall "python2-dbfread" package

Please follow the steps below to uninstall python2-dbfread on openSUSE Leap:

$ sudo zypper remove python2-dbfread

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

Repository 'Update repository with updates from SUSE Linux Enterprise 15' is out-of-date. You can run 'zypper refresh' as root to update it.
Information for package python2-dbfread:
----------------------------------------
Repository : Main Repository
Name : python2-dbfread
Version : 2.0.7-bp153.1.25
Arch : noarch
Vendor : openSUSE
Installed Size : 108,1 KiB
Installed : No
Status : not installed
Source package : python-dbfread-2.0.7-bp153.1.25.src
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.