How to Install libodbc1 in Ubuntu 18.04



Install libodbc1 by entering the following commands in the terminal:

sudo apt update
sudo apt install libodbc1

Description:

ODBC library for Unix

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 provides the UnixODBC shared library, libodbc; and libodbctxt.so, a sample driver that reads from and writes to flat text files.

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

Version: 2.3.4-1.1ubuntu3

Section: libs