How to Install unixodbc-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install unixodbc-dev

Description:

ODBC libraries for UNIX (development files)

This package contains the development files (headers and libraries) for unixODBC, an implementation of the Open DataBase Connectivity interface for Unix systems. You should not need to install this package unless you intend to develop C language applications which use ODBC, or to compile ODBC-using applications from source.

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

Version: 2.3.4-1.1ubuntu3

Section: devel