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

Last updated: July 03,2024

1. Install "python3-rows.noarch" package

Please follow the step by step instructions below to install python3-rows.noarch on Fedora 36

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

2. Uninstall "python3-rows.noarch" package

This is a short guide on how to uninstall python3-rows.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:10:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-rows
Version : 0.4.1
Release : 13.fc36
Architecture : noarch
Size : 106 k
Source : python-rows-0.4.1-13.fc36.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.