macOS
brew install unixodbclocal Homebrew formula metadata
sudo port install unixODBCMacPorts ports tree · databases/unixODBC/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für unixodbc in AI-Agent-Workflows.
Installation
brew install unixodbclocal Homebrew formula metadata
sudo port install unixODBCMacPorts ports tree · databases/unixODBC/Portfile · Quelle: api.github.com
sudo apk add unixodbcAlpine Linux edge package indexes · unixodbc · Quelle: dl-cdn.alpinelinux.org
sudo apt install unixodbcDebian stable package indexes · unixodbc · Quelle: deb.debian.org
nix profile install nixpkgs#unixodbcnixpkgs package indexes · pkgs/by-name/un/unixodbc/package.nix · Quelle: api.github.com
sudo pacman -S unixodbcArch Linux sync databases · unixodbc · Quelle: geo.mirror.pkgbuild.com
sudo dnf install unixODBCFedora Rawhide package metadata · unixODBC · Quelle: dl.fedoraproject.org
sudo zypper install libodbc2openSUSE Tumbleweed package metadata · libodbc2 · Quelle: download.opensuse.org
Überblick
ODBC 3 connectivity for UNIX
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
dltest | cli | globales Executable | |
isql | cli | globales Executable | |
iusql | cli | globales Executable | |
odbc_config | cli | globales Executable | |
odbcinst | cli | globales Executable | |
slencheck | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:unixodbc |
|---|---|
| Version | 2.3.14 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/unixodbc |
| Homepage | https://www.unixodbc.org/ |
| Repository | https://github.com/lurcher/unixODBC |
| Upstream-Dokumentation | https://www.unixodbc.org/doc |
| Lizenz | LGPL-2.1-or-later AND GPL-2.0-or-later |
| Quellarchiv | https://www.unixodbc.org/unixODBC-2.3.14.tar.gz |
| Zuletzt aktualisiert | 2026-06-27T17:28:37-04:00 |
| Pulse | updated |
| Abhängigkeiten | libtool |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 unixodbcQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.