How to Install mdbtools in Ubuntu 18.04



Install mdbtools by entering the following commands in the terminal:

sudo apt update
sudo apt install mdbtools

Description:

JET / MS Access database (MDB) tools

These are various tools for manipulating JET / MS Access database (MDB) files: * utils - provides command line utilities to list tables, export schema, and data, show file versions, and other useful stuff. * mdb-sql - a command line SQL tool that allows one to type SQL queries and get results.

Homepage: https://github.com/brianb/mdbtools

Version: 0.7.1-6

Section: universe/utils