How to Install libsqliteodbc in Ubuntu 18.04



Install libsqliteodbc by entering the following commands in the terminal:

sudo apt update
sudo apt install libsqliteodbc

Description:

ODBC driver for SQLite embedded database

This package allows you to connect to an SQLite database using ODBC, the Open Database Connectivity abstraction layer which is understood by a variety of database tools that may not be able to talk to SQLite directly.

Homepage: http://www.ch-werner.de/sqliteodbc/

Version: 0.9995-1

Section: universe/libs