How to Install and Uninstall python2-backports.csv Package on openSUSE Leap

Last updated: September 27,2024

1. Install "python2-backports.csv" package

Please follow the step by step instructions below to install python2-backports.csv on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-backports.csv

2. Uninstall "python2-backports.csv" package

This tutorial shows how to uninstall python2-backports.csv on openSUSE Leap:

$ sudo zypper remove python2-backports.csv

3. Information about the python2-backports.csv package on openSUSE Leap

Information for package python2-backports.csv:
----------------------------------------------
Repository : Main Repository
Name : python2-backports.csv
Version : 1.0.7-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 108,3 KiB
Installed : No
Status : not installed
Source package : python-backports.csv-1.0.7-bp153.1.14.src
Summary : Backport of Python 3 csv module
Description :
Backport of Python 3 csv module.
The API of the csv module in Python 2 is drastically different from the csv module in Python 3.
This is due, for the most part, to the difference between str in Python 2 and Python 3.
The semantics of Python 3's version are more useful because they support unicode natively,
while Python 2's csv does not.