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

Last updated: June 03,2024

1. Install "python3-rows.noarch" package

This guide covers the steps necessary to install python3-rows.noarch on Fedora 38

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

2. Uninstall "python3-rows.noarch" package

Please follow the instructions below to uninstall python3-rows.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:56:06 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-rows
Version : 0.4.1
Release : 16.fc38
Architecture : noarch
Size : 154 k
Source : python-rows-0.4.1-16.fc38.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.