How to Install and Uninstall python3-unicodecsv Package on openSUSE Leap

Last updated: May 13,2024

1. Install "python3-unicodecsv" package

Please follow the steps below to install python3-unicodecsv on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-unicodecsv

2. Uninstall "python3-unicodecsv" package

This guide covers the steps necessary to uninstall python3-unicodecsv on openSUSE Leap:

$ sudo zypper remove python3-unicodecsv

3. Information about the python3-unicodecsv package on openSUSE Leap

Information for package python3-unicodecsv:
-------------------------------------------
Repository : Main Repository
Name : python3-unicodecsv
Version : 0.14.1-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 139.3 KiB
Installed : No
Status : not installed
Source package : python-unicodecsv-0.14.1-1.17.src
Upstream URL : https://github.com/jdunck/python-unicodecsv
Summary : Drop-in replacment for python's csv module with unicode support
Description :
Python 2's csv module doesn't easily deal with unicode strings,
leading to the dreaded "'ascii' codec can't encode characters
in position ..." exception.
The unicodecsv is a drop-in replacement for Python 2's csv module
which supports unicode strings without a hassle.