How to Install and Uninstall python38-unicodecsv Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python38-unicodecsv" package

Please follow the guidance below to install python38-unicodecsv on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-unicodecsv

2. Uninstall "python38-unicodecsv" package

Here is a brief guide to show you how to uninstall python38-unicodecsv on openSuSE Tumbleweed:

$ sudo zypper remove python38-unicodecsv

3. Information about the python38-unicodecsv package on openSuSE Tumbleweed

Information for package python38-unicodecsv:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-unicodecsv
Version : 0.14.1-2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 138,6 KiB
Installed : No
Status : not installed
Source package : python-unicodecsv-0.14.1-2.13.src
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.