How to Install and Uninstall python310-unicodecsv Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "python310-unicodecsv" package
In this section, we are going to explain the necessary steps to install python310-unicodecsv on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-unicodecsv
Copied
2. Uninstall "python310-unicodecsv" package
Please follow the instructions below to uninstall python310-unicodecsv on openSuSE Tumbleweed:
$
sudo zypper remove
python310-unicodecsv
Copied
3. Information about the python310-unicodecsv package on openSuSE Tumbleweed
Information for package python310-unicodecsv:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-unicodecsv
Version : 0.14.1-2.26
Arch : noarch
Vendor : openSUSE
Installed Size : 136.8 KiB
Installed : No
Status : not installed
Source package : python-unicodecsv-0.14.1-2.26.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.
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-unicodecsv
Version : 0.14.1-2.26
Arch : noarch
Vendor : openSUSE
Installed Size : 136.8 KiB
Installed : No
Status : not installed
Source package : python-unicodecsv-0.14.1-2.26.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.