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

Last updated: April 28,2024

1. Install "python2-pyodbc" package

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

$ sudo zypper refresh $ sudo zypper install python2-pyodbc

2. Uninstall "python2-pyodbc" package

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

$ sudo zypper remove python2-pyodbc

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

Information for package python2-pyodbc:
---------------------------------------
Repository : Main Repository
Name : python2-pyodbc
Version : 4.0.30-bp153.1.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 188,1 KiB
Installed : No
Status : not installed
Source package : python-pyodbc-4.0.30-bp153.1.17.src
Summary : Python ODBC API
Description :
pyodbc is a Python 2.x and 3.x module that allows you to use ODBC
to connect to almost any database.
It implements the Python Database API Specification v2.0, but
additional features have been added to simplify database programming
even more.