macOS
brew install unixodbclocal Homebrew formula metadata
sudo port install unixODBCMacPorts ports tree · databases/unixODBC/Portfile · source: api.github.com
brew
ODBC 3 connectivity for UNIX. Version 2.3.14 via Homebrew; verified 2026-06-27.
install
brew install unixodbclocal Homebrew formula metadata
sudo port install unixODBCMacPorts ports tree · databases/unixODBC/Portfile · source: api.github.com
sudo apk add unixodbcAlpine Linux edge package indexes · unixodbc · source: dl-cdn.alpinelinux.org
sudo apt install libodbc2Debian stable package indexes · libodbc2 · source: deb.debian.org
sudo dnf install unixODBCFedora Rawhide package metadata · unixODBC · source: dl.fedoraproject.org
nix profile install nixpkgs#unixodbcnixpkgs package indexes · pkgs/by-name/un/unixodbc/package.nix · source: api.github.com
sudo pacman -S unixodbcArch Linux sync databases · unixodbc · source: geo.mirror.pkgbuild.com
sudo zypper install libodbc2openSUSE Tumbleweed package metadata · libodbc2 · source: download.opensuse.org
overview
ODBC 3 connectivity for UNIX
history
unixODBC is a free ODBC subsystem and SDK for Linux, macOS, and Unix. Its central role is the driver manager: the layer that lets applications use ODBC APIs while loading and configuring database-specific drivers on non-Windows systems.
The upstream README describes unixODBC as an open source ODBC subsystem and SDK for Linux, Mac OSX, and UNIX, including a driver manager, installer library and command-line tool, plus command-line tools for driver installation and SQL work. Its web documentation describes it as a complete, free/open ODBC solution for UNIX/Linux.
unixODBC grew around the need to reproduce the Windows ODBC environment on non-Windows platforms. The official odbcinst guide explains that Windows ODBC used .ini-style configuration historically, and unixODBC implements the same configuration model and APIs through ini files and libodbcinst.
unixODBC became infrastructure rather than an end-user application: databases, language bindings, BI tools, office suites, and proprietary drivers could target a common ODBC manager on Unix-like systems. The official documentation includes guides for DB2, FreeTDS, Informix, Perl DBD::ODBC, PHP, OpenOffice/StarOffice, connection pooling, and other integration scenarios.
Its package-manager footprint reflects that infrastructure role. The input shows it packaged across Homebrew, Alpine, Debian and Ubuntu libraries, Fedora, MacPorts, Nix, Arch, and openSUSE, often as the dependency that makes higher-level database connectors work.
Package users encounter unixODBC through tools such as isql, iusql, odbcinst, odbc_config, dltest, and slencheck. isql tests DSNs and runs SQL from a shell; odbcinst registers drivers and data sources; odbc_config exposes build/link flags for software compiling against the installed driver manager.
The practical admin workflow is ini-file driven. System configuration typically lives in odbcinst.ini and odbc.ini under an etc directory, while user DSNs can live in ~/.odbc.ini. The README notes that ODBCSYSINI can override where unixODBC looks for system configuration.
unixODBC is package-nerd significant because it is the quiet shared ABI beneath many database packages. A broken driver-manager path, SQLLEN size mismatch, missing ini file, or loader issue can make unrelated database clients fail.
It is also a classic Unix packaging problem: libraries, headers, CLI diagnostics, driver registration, dynamic loading, and vendor drivers all have to agree. That is why tools such as odbc_config, odbcinst, dltest, and slencheck matter even though most users only wanted an application to connect to a database.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/usr/local/etc/odbcinst.ini/usr/local/etc/odbc.ini/etc/odbcinst.ini/etc/odbc.ini~/.odbc.iniexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dltest | cli | global executable | |
isql | cli | global executable | |
iusql | cli | global executable | |
odbc_config | cli | global executable | |
odbcinst | cli | global executable | |
slencheck | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:unixodbc |
|---|---|
| Version | 2.3.14 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/unixodbc |
| Homepage | https://www.unixodbc.org/ |
| Repository | https://github.com/lurcher/unixODBC |
| Upstream docs | https://www.unixodbc.org/doc |
| License | LGPL-2.1-or-later AND GPL-2.0-or-later |
| Source archive | https://www.unixodbc.org/unixODBC-2.3.14.tar.gz |
| Last updated | 2026-06-27T17:28:37-04:00 |
| Pulse | updated |
| Dependencies | libtool |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | unixodbc |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libodbc2 2.3.12-2
ODBC Driver Manager library for Unix
sudo apt install libodbc2libodbccr2 2.3.12-2
ODBC Cursor library for Unix
sudo apt install libodbccr2libodbcinst2 2.3.12-2
Support library for accessing ODBC configuration files
sudo apt install libodbcinst2odbcinst 2.3.12-2
Helper program for accessing ODBC configuration files
sudo apt install odbcinstunixodbc 2.3.12-2
Basic ODBC tools
sudo apt install unixodbcunixodbc-common 2.3.12-2
Common ODBC configuration files
sudo apt install unixodbc-commonunixodbc-dev 2.3.12-2
ODBC libraries for Unix (development files)
sudo apt install unixodbc-devunixodbc
nix profile install nixpkgs#unixodbclibodbc2 2.3.12-1build2
ODBC Driver Manager library for Unix
sudo apt install libodbc2libodbccr2 2.3.12-1build2
ODBC Cursor library for Unix
sudo apt install libodbccr2libodbcinst2 2.3.12-1build2
Support library for accessing ODBC configuration files
sudo apt install libodbcinst2odbcinst 2.3.12-1build2
Helper program for accessing ODBC configuration files
sudo apt install odbcinstunixodbc 2.3.12-1build2
Basic ODBC tools
sudo apt install unixodbcunixodbc-common 2.3.12-1build2
Common ODBC configuration files
sudo apt install unixodbc-commonunixodbc-dev 2.3.12-1build2
ODBC libraries for Unix (development files)
sudo apt install unixodbc-devunixodbc 2.3.14-r1
Unix Open DataBase Connectivity sub-system and SDK
sudo apk add unixodbcsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.