Automic VaultAutomic Vault

brew

Install unixodbc with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

ODBC 3 connectivity for UNIX. Version 2.3.14 via Homebrew; verified 2026-06-27.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install unixodbc

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install unixODBC

MacPorts ports tree · databases/unixODBC/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add unixodbc

Alpine Linux edge package indexes · unixodbc · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install libodbc2

Debian stable package indexes · libodbc2 · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install unixODBC

Fedora Rawhide package metadata · unixODBC · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#unixodbc

nixpkgs package indexes · pkgs/by-name/un/unixodbc/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S unixodbc

Arch Linux sync databases · unixodbc · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install libodbc2

openSUSE Tumbleweed package metadata · libodbc2 · source: download.opensuse.org

overview

Package summary

ODBC 3 connectivity for UNIX

Commands and aliases

  • dltest
  • isql
  • iusql
  • odbc_config
  • odbcinst
  • slencheck

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • Late 1990s-early 2000s: unixODBC developed as an ODBC subsystem for Unix and Linux platforms.
  • 2001: ChangeLog entries show the 2.1.x line adding packaging and platform work, including Mac install/package directories.
  • 2002: The 2.2.x line added iusql, odbcinst options, DataManager updates, MySQL/PostgreSQL driver work, and platform fixes.
  • 2004: Version 2.2.10 continued portability, driver-manager, VMS, AIX, PostgreSQL, and setup improvements.
  • 2015: Version 2.3.4 included driver-manager fixes, man pages, slencheck, mingw-w64 handling, and more ODBC 3.8 work.

Related projects

  • Related projects and ecosystems include Microsoft ODBC, database-specific ODBC drivers, FreeTDS, DB2, Informix, PostgreSQL and MySQL ODBC drivers, Perl DBD::ODBC, PHP ODBC integrations, OpenOffice/StarOffice data access, and vendor Unix database clients.
  • The repository also points to SourceForge, GitHub, and the unixODBC web site as project resources, reflecting its long life across older and newer open source hosting.

security posture

Risk level: blue

broad file, network, media, or database tool signal.

Risk classifier

blue risk · medium confidence · tool

Why

  • broad file, network, media, or database tool signal

Signals

  • text:sql

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 1 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
/usr/local/etc/odbcinst.ini/usr/local/etc/odbc.ini/etc/odbcinst.ini/etc/odbc.ini~/.odbc.ini

executables

Installed executables

CommandKindExposureNote
dltestcliglobal executable
isqlcliglobal executable
iusqlcliglobal executable
odbc_configcliglobal executable
odbcinstcliglobal executable
slencheckcliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version2.3.14
manager updated2026-06-27
local dataok
upstreamnot checked
latest detectednot detected

https://www.unixodbc.org/

install metadata

Package metadata

Package keybrew:unixodbc
Version2.3.14
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/unixodbc
Homepagehttps://www.unixodbc.org/
Repositoryhttps://github.com/lurcher/unixODBC
Upstream docshttps://www.unixodbc.org/doc
LicenseLGPL-2.1-or-later AND GPL-2.0-or-later
Source archivehttps://www.unixodbc.org/unixODBC-2.3.14.tar.gz
Last updated2026-06-27T17:28:37-04:00
Pulseupdated
Dependencieslibtool
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameunixodbc
Version Scheme0
Revision0
Head VersionHEAD
Conflicts With
  • virtuoso
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

libodbc2 2.3.12-2

ODBC Driver Manager library for Unix

https://www.unixodbc.org

sudo apt install libodbc2
  • Section: libs
  • Architecture: amd64
  • Source Package: unixodbc
  • 2 dependencies
  • 3 optional deps
  • normalized package name match
  • Matched by: Unixodbc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libodbc2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libodbccr2 2.3.12-2

ODBC Cursor library for Unix

https://www.unixodbc.org

sudo apt install libodbccr2
  • Section: libs
  • Architecture: amd64
  • Source Package: unixodbc
  • 1 dependencies
  • normalized package name match
  • Matched by: Unixodbc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libodbccr2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libodbcinst2 2.3.12-2

Support library for accessing ODBC configuration files

https://www.unixodbc.org

sudo apt install libodbcinst2
  • Section: libs
  • Architecture: amd64
  • Source Package: unixodbc
  • 3 dependencies
  • normalized package name match
  • Matched by: Unixodbc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libodbcinst2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

odbcinst 2.3.12-2

Helper program for accessing ODBC configuration files

https://www.unixodbc.org

sudo apt install odbcinst
  • Section: libs
  • Architecture: amd64
  • Source Package: unixodbc
  • 3 dependencies
  • normalized package name match
  • Matched by: Unixodbc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: odbcinst from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

unixodbc 2.3.12-2

Basic ODBC tools

https://www.unixodbc.org

sudo apt install unixodbc
  • Section: database
  • Architecture: amd64
  • 4 dependencies
  • normalized package name match
  • Matched by: Unixodbc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: unixodbc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

unixodbc-common 2.3.12-2

Common ODBC configuration files

https://www.unixodbc.org

sudo apt install unixodbc-common
  • Section: libs
  • Architecture: all
  • Source Package: unixodbc
  • normalized package name match
  • Matched by: Unixodbc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: unixodbc-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

unixodbc-dev 2.3.12-2

ODBC libraries for Unix (development files)

https://www.unixodbc.org

sudo apt install unixodbc-dev
  • Section: devel
  • Architecture: amd64
  • Source Package: unixodbc
  • 3 dependencies
  • normalized package name match
  • Matched by: Unixodbc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: unixodbc-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

unixodbc

nix profile install nixpkgs#unixodbc
  • normalized package name match
  • Matched by: Unixodbc
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/un/unixodbc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libodbc2 2.3.12-1build2

ODBC Driver Manager library for Unix

https://www.unixodbc.org

sudo apt install libodbc2
  • Section: libs
  • Architecture: amd64
  • Source Package: unixodbc
  • 2 dependencies
  • 2 optional deps
  • normalized package name match
  • Matched by: Unixodbc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libodbc2 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libodbccr2 2.3.12-1build2

ODBC Cursor library for Unix

https://www.unixodbc.org

sudo apt install libodbccr2
  • Section: libs
  • Architecture: amd64
  • Source Package: unixodbc
  • 2 dependencies
  • normalized package name match
  • Matched by: Unixodbc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libodbccr2 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libodbcinst2 2.3.12-1build2

Support library for accessing ODBC configuration files

https://www.unixodbc.org

sudo apt install libodbcinst2
  • Section: libs
  • Architecture: amd64
  • Source Package: unixodbc
  • 3 dependencies
  • normalized package name match
  • Matched by: Unixodbc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libodbcinst2 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

odbcinst 2.3.12-1build2

Helper program for accessing ODBC configuration files

https://www.unixodbc.org

sudo apt install odbcinst
  • Section: libs
  • Architecture: amd64
  • Source Package: unixodbc
  • 3 dependencies
  • normalized package name match
  • Matched by: Unixodbc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: odbcinst from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

unixodbc 2.3.12-1build2

Basic ODBC tools

https://www.unixodbc.org

sudo apt install unixodbc
  • Section: universe/libs
  • Architecture: amd64
  • 4 dependencies
  • normalized package name match
  • Matched by: Unixodbc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: unixodbc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

unixodbc-common 2.3.12-1build2

Common ODBC configuration files

https://www.unixodbc.org

sudo apt install unixodbc-common
  • Section: libs
  • Architecture: all
  • Source Package: unixodbc
  • normalized package name match
  • Matched by: Unixodbc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: unixodbc-common from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

unixodbc-dev 2.3.12-1build2

ODBC libraries for Unix (development files)

https://www.unixodbc.org

sudo apt install unixodbc-dev
  • Section: devel
  • Architecture: amd64
  • Source Package: unixodbc
  • 3 dependencies
  • normalized package name match
  • Matched by: Unixodbc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: unixodbc-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

unixodbc 2.3.14-r1

Unix Open DataBase Connectivity sub-system and SDK

https://www.unixodbc.org/

sudo apk add unixodbc
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: unixodbc
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Unixodbc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: unixodbc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment