How to Install and Uninstall python3-rows.noarch Package on Fedora 39

Last updated: January 09,2025

1. Install "python3-rows.noarch" package

Please follow the guidance below to install python3-rows.noarch on Fedora 39

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

2. Uninstall "python3-rows.noarch" package

Please follow the guidance below to uninstall python3-rows.noarch on Fedora 39:

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

3. Information about the python3-rows.noarch package on Fedora 39

Last metadata expiration check: 2:25:44 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-rows
Version : 0.4.1
Release : 18.fc39
Architecture : noarch
Size : 146 k
Source : python-rows-0.4.1-18.fc39.src.rpm
Repository : fedora
Summary : A common, beautiful interface to tabular data, no matter the format
URL : https://github.com/turicas/rows
License : GPLv3+
Description : No matter in which format your tabular data is: rows will import it,
: automatically detect types and give you high-level Python objects so
: you can start working with the data instead of trying to parse it. It
: is also locale-and-unicode aware.