Automic VaultAutomic Vault

brew

unixodbc を Homebrew, apk, apt, Nix, pacman, dnf, MacPorts, zypper でインストール

unixodbc のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install unixodbc

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install unixODBC

MacPorts ports tree · databases/unixODBC/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add unixodbc

Alpine Linux edge package indexes · unixodbc · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install unixodbc

Debian stable package indexes · unixodbc · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#unixodbc

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

Arch Linux pacman確認済み · 92%
sudo pacman -S unixodbc

Arch Linux sync databases · unixodbc · ソース: geo.mirror.pkgbuild.com

Fedora dnf確認済み · 92%
sudo dnf install unixODBC

Fedora Rawhide package metadata · unixODBC · ソース: dl.fedoraproject.org

openSUSE zypper確認済み · 92%
sudo zypper install libodbc2

openSUSE Tumbleweed package metadata · libodbc2 · ソース: download.opensuse.org

概要

パッケージ概要

ODBC 3 connectivity for UNIX

コマンドとエイリアス

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

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 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.

セキュリティ状態

リスクレベル: blue

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

リスク分類器

リスク blue · 信頼度 中 · tool

理由

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

信号

  • text:sql

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

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

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
dltestcliグローバル実行可能ファイル
isqlcliグローバル実行可能ファイル
iusqlcliグローバル実行可能ファイル
odbc_configcliグローバル実行可能ファイル
odbcinstcliグローバル実行可能ファイル
slencheckcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版2.3.14
マネージャ更新日2026-06-27
ローカルデータOK
上流not checked
検出された最新未検出

https://www.unixodbc.org/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:unixodbc
バージョン2.3.14
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/unixodbc
ホームページhttps://www.unixodbc.org/
リポジトリhttps://github.com/lurcher/unixODBC
上流ドキュメントhttps://www.unixodbc.org/doc
ライセンスLGPL-2.1-or-later AND GPL-2.0-or-later
ソースアーカイブhttps://www.unixodbc.org/unixODBC-2.3.14.tar.gz
最終更新2026-06-27T17:28:37-04:00
Pulseupdated
依存関係libtool
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

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 依存関係
  • 3 任意依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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 依存関係
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: 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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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