How to Install and Uninstall python3-pyodbc-dbg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 06,2024

1. Install "python3-pyodbc-dbg" package

This guide covers the steps necessary to install python3-pyodbc-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyodbc-dbg

2. Uninstall "python3-pyodbc-dbg" package

This tutorial shows how to uninstall python3-pyodbc-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-pyodbc-dbg $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pyodbc-dbg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pyodbc-dbg
Priority: extra
Section: universe/debug
Installed-Size: 570
Maintainer: Ubuntu Developers
Original-Maintainer: Deepak Tripathi
Architecture: amd64
Source: pyodbc
Version: 3.0.7-0ubuntu2
Depends: python3-pyodbc (= 3.0.7-0ubuntu2), python3-dbg (<< 3.6), python3-dbg (>= 3.5~), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libodbc1 (>= 2.3.1), libstdc++6 (>= 4.1.1)
Filename: pool/universe/p/pyodbc/python3-pyodbc-dbg_3.0.7-0ubuntu2_amd64.deb
Size: 221432
MD5sum: 9c31426a19e2cd6687d040ca54d8affa
SHA1: 9e47d8c99bfead9dbabb9afd4dfc9abb16751d6d
SHA256: 05eff94998b3271a0242315eeaefd0b26eca7312d46c410733cdda63d659e9fa
Description-en: Python3 module for ODBC database access - Debugging symbols
A Python DB API 2 module for ODBC. No 3rd party libraries are required.
Only native Python datatypes are used, such as decimal and datetime.
It implements the Python Database API Specification v2.0.
For example:
import pyodbc
Next, create a connection by passing an ODBC connection string to the
connect method. This step causes ODBC to load the database driver (the SQL
Server driver in this example) and connect to the database.
cnxn = pyodbc.connect('DSN=northwind')
.
This package contains debugging symbols.
Description-md5: 59f4c0a0a76bca7d8b424174d19c8ac6
Homepage: http://code.google.com/p/pyodbc/
Build-Ids: 0cd4dcc1d9227ea88a18689510f59f87ab5572d3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu