How to Install and Uninstall python3-unicodecsv.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "python3-unicodecsv.noarch" package

Please follow the guidelines below to install python3-unicodecsv.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-unicodecsv.noarch" package

This is a short guide on how to uninstall python3-unicodecsv.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-unicodecsv.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:08:37 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-unicodecsv
Version : 0.14.1
Release : 23.el8
Architecture : noarch
Size : 33 k
Source : python-unicodecsv-0.14.1-23.el8.src.rpm
Repository : epel
Summary : Drop-in replacement for Python 2.7's csv module which supports unicode strings
URL : https://github.com/jdunck/python-unicodecsv
License : BSD
Description : The unicodecsv is a drop-in replacement for Python 2.7's
: csv module which supports unicode strings without a hassle.
:
: It is NOT a drop-in replacement for Python 3's csv module,
: see https://github.com/jdunck/python-unicodecsv/issues/65