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

Last updated: April 28,2024

1. Install "python2-unicodecsv" package

This tutorial shows how to install python2-unicodecsv on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-unicodecsv

2. Uninstall "python2-unicodecsv" package

Please follow the steps below to uninstall python2-unicodecsv on openSUSE Leap:

$ sudo zypper remove python2-unicodecsv

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

Information for package python2-unicodecsv:
-------------------------------------------
Repository : Main Repository
Name : python2-unicodecsv
Version : 0.14.1-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 153,8 KiB
Installed : No
Status : not installed
Source package : python-unicodecsv-0.14.1-bp153.1.17.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.