Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install libmyodbc on Debian Unstable (Sid)


Install libmyodbc

Installing libmyodbc package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install libmyodbc

libmyodbc package information

distro Debian Unstable (Sid)
section Main
name libmyodbc
version 5.1.10-3
description the MySQL ODBC driver
subsection libs
website dev.mysql.com / downloads / connector / odbc / 
maintainer Steve Langasek

Uninstall libmyodbc

To remove just libmyodbc package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove libmyodbc

Uninstall libmyodbc and it’s dependent packages

To remove the libmyodbc package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove libmyodbc

Purging libmyodbc

If you also want to delete configuration and/or data files of libmyodbc from Debian Sid then this will work:

sudo apt-get purge libmyodbc

To delete configuration and/or data files of libmyodbc and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove libmyodbc

 

Comments

comments