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

Last updated: October 05,2024

1. Install "python3-rows.noarch" package

This tutorial shows how to install python3-rows.noarch on Fedora 34

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

2. Uninstall "python3-rows.noarch" package

Please follow the steps below to uninstall python3-rows.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:33:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-rows
Version : 0.4.1
Release : 10.fc34
Architecture : noarch
Size : 106 k
Source : python-rows-0.4.1-10.fc34.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.