How to Install unixodbc in Ubuntu 18.04



Install unixodbc by entering the following commands in the terminal:

sudo apt update
sudo apt install unixodbc

Description:

Basic ODBC tools

UnixODBC is an implementation of the Open Database Connectivity standard, a database abstraction layer that allows applications to be used with many different relational databases by way of a single library. . This package contains isql, a command-line tool that allows SQL commands to be entered interactively.

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

Version: 2.3.4-1.1ubuntu3

Section: universe/libs