How to Install unixodbc-bin in Ubuntu 18.04



Install unixodbc-bin by entering the following commands in the terminal:

sudo apt update
sudo apt install unixodbc-bin

Description:

Graphical tools for ODBC management and browsing

This package contains three graphical applications for use with unixODBC, the Open DataBase Connectivity suite: ODBCConfig, a graphical configuration tool for managing database drivers and access to individual databases; DataManager, a simple browser and query tool for ODBC databases; and odbctest, a tool for testing the ODBC API itself.

Homepage: http://www.unixodbc.org/

Version: 2.3.0-4build1

Section: universe/x11