How to Install and Uninstall python3-dbfread.noarch Package on Fedora 34

Last updated: April 30,2024

1. Install "python3-dbfread.noarch" package

Please follow the guidance below to install python3-dbfread.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-dbfread.noarch

2. Uninstall "python3-dbfread.noarch" package

This guide covers the steps necessary to uninstall python3-dbfread.noarch on Fedora 34:

$ sudo dnf remove python3-dbfread.noarch $ sudo dnf autoremove

3. Information about the python3-dbfread.noarch package on Fedora 34

Last metadata expiration check: 1:20:21 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-dbfread
Version : 2.0.7
Release : 17.git300b2d7.fc34
Architecture : noarch
Size : 44 k
Source : python-dbfread-2.0.7-17.git300b2d7.fc34.src.rpm
Repository : fedora
Summary : Read DBF Files with Python
URL : https://pypi.python.org/pypi/dbfread
License : MIT
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.
:
: Full documentation at https://dbfread.readthedocs.io/
:
: See docs/changes.rst for a full list of changes in each version.