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