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

Last updated: May 12,2024

1. Install "python3-pyodbc" package

This is a short guide on how to install python3-pyodbc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pyodbc

2. Uninstall "python3-pyodbc" package

Please follow the guidelines below to uninstall python3-pyodbc on openSUSE Leap:

$ sudo zypper remove python3-pyodbc

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

Information for package python3-pyodbc:
---------------------------------------
Repository : Main Repository
Name : python3-pyodbc
Version : 4.0.30-bp155.3.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 161.0 KiB
Installed : No
Status : not installed
Source package : python-pyodbc-4.0.30-bp155.3.6.src
Upstream URL : https://github.com/mkleehammer/pyodbc
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.