Install unixodbc
Installing unixodbc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install unixodbc
unixodbc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | unixodbc |
version | 2.3.1-4.1 |
description | Basic ODBC tools |
subsection | database |
website | unixodbc.org |
maintainer | Steve Langasek |
Uninstall unixodbc
To remove just unixodbc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove unixodbc
Uninstall unixodbc and it’s dependent packages
To remove the unixodbc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove unixodbc
Purging unixodbc
If you also want to delete configuration and/or data files of unixodbc from Debian Sid then this will work:
sudo apt-get purge unixodbc
To delete configuration and/or data files of unixodbc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove unixodbc