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

Last updated: June 07,2024

1. Install "python-pyodbc-dbg" package

In this section, we are going to explain the necessary steps to install python-pyodbc-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-pyodbc-dbg" package

Here is a brief guide to show you how to uninstall python-pyodbc-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyodbc-dbg
Priority: extra
Section: universe/debug
Installed-Size: 476
Maintainer: Ubuntu Developers
Original-Maintainer: Deepak Tripathi
Architecture: amd64
Source: pyodbc
Version: 3.0.7-0ubuntu2
Depends: python-pyodbc (= 3.0.7-0ubuntu2), python-dbg (>= 2.7), python-dbg (<< 2.8), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libodbc1 (>= 2.3.1), libstdc++6 (>= 4.1.1)
Filename: pool/universe/p/pyodbc/python-pyodbc-dbg_3.0.7-0ubuntu2_amd64.deb
Size: 196128
MD5sum: db681eae39c0c5b554dc5e0e738040eb
SHA1: ddc8a50ca1528485936a3051a965d58dff527832
SHA256: 7e376af3a2ab77eb82e5f953a9b8f67b6f503843ce1fc2b6e053947b5108d921
Description-en: Python 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: 8ed5d240b9c4121e9403f35e8e93cd89
Homepage: http://code.google.com/p/pyodbc/
Build-Ids: 1b22a9ce9846295c77461f9b65d760ba19686be2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu