# 使用 Homebrew, apt, Nix, dnf, MacPorts, zypper 安装 omniorb

查看 omniorb 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:omniorb
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install omniorb
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install omniORB
```

  证据: MacPorts ports tree: devel/omniORB/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install omniorb
```

  证据: Debian stable package indexes: omniorb from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#omniorb
```

  证据: nixpkgs package indexes: pkgs/by-name/om/omniorb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- dnf (92%):

```sh
sudo dnf install omniORB
```

  证据: Fedora Rawhide package metadata: omniORB from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- zypper (92%):

```sh
sudo zypper install libomniORB4-3
```

  证据: openSUSE Tumbleweed package metadata: libomniORB4-3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:omniorb
- **软件包管理器:** Homebrew
- **版本:** 4.3.4
- **来源摘要:** IOR and naming service utilities for omniORB
- **主页:** <https://omniorb.sourceforge.io/>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- catior (别名)
- convertior (别名)
- genior (别名)
- nameclt (别名)
- omkdepend (别名)
- omniMapper (别名)
- omniNames (别名)
- omnicpp (别名)
- omniidl (别名)
- omniidlrun.py (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 4.3.4
## 项目历史与用法

omniORB is a free CORBA Object Request Broker for C++ and Python, historically known for performance, standards compliance, and longevity. The Homebrew package exposes the classic omniORB command-line utilities: IDL compilation, naming-service tools, IOR inspection and conversion, and support programs around the ORB runtime.

### 项目历史

The project history says omniORB began at Olivetti Research Ltd in Cambridge, whose lab later became Olivetti and Oracle Research Ltd and then AT&T Laboratories Cambridge in 1999. Development continued through those institutional changes, with multiple public releases, betas, and development snapshots.

A historical presentation by Duncan Grisby records early design details: omniORB was developed at ORL, originally targeted embedded platforms, omniORB 1 used Orbix's proprietary protocol, and omniORB 2 was designed for IIOP. The same material identifies omniORB 2.2 as a public release in May 1997.

On April 24, 2002, AT&T Laboratories Cambridge closed as part of AT&T's research cuts. omniORB then became an independent project, with original developers continuing involvement and SourceForge becoming the public project home.

### 采用历史

The official site says omniORB is used by many thousands of developers and deployed in countless applications. It also notes that omniORB was one of only three ORBs awarded the Open Group's Open Brand for CORBA, meaning it passed compliance testing for CORBA 2.1.

Its adoption persisted because CORBA users needed a robust free ORB with both C++ and Python mappings. Distro packages across Debian, Ubuntu, Fedora-family systems, MacPorts, Nix, openSUSE, and Homebrew reflect the long tail of CORBA systems that still need IDL compilers, naming services, and IIOP interoperability.

### 使用方式

Developers use omniidl to compile CORBA IDL into language bindings, run omniNames as the CORBA Naming Service, and use utilities such as catior, convertior, and genior when inspecting or constructing interoperable object references.

The runtime implements CORBA 2.6-era features such as C++ and Python language bindings, GIOP/IIOP protocol support, a multithreaded runtime, TypeCode and Any, DynAny, AMI, local interfaces, IPv6, dynamic invocation/skeleton interfaces, and a complete Naming Service.

### 为什么软件包爱好者会关心

omniORB is one of those packages that carries a whole distributed-systems era inside a formula. Installing it pulls in not just a library but an IDL toolchain, a naming service, and utilities for an interoperability model that predates REST and gRPC.

Its significance is also archival: it connects package managers to the Cambridge research-lab lineage that produced VNC and other infrastructure, then survived the lab closure as an independent open source project.

### 时间线

- May 1997: omniORB 2.2 is released to the public, according to historical project material.
- 1999: Olivetti Research's successor lab becomes AT&T Laboratories Cambridge.
- June 1999: omniORB documentation records Open Group CORBA branding for CORBA 2.1 compliance.
- April 24, 2002: AT&T Laboratories Cambridge closes and omniORB becomes independent.
- March 31, 2025: the official site announces omniORB 4.3.3 and omniORBpy 4.3.3.

### Related projects

- omniORB is part of the CORBA ecosystem alongside commercial ORBs, TAO, MICO, ORBit, and language mappings such as omniORBpy. For package users, omniORBpy is especially important because it lets Python programs interoperate with C++ CORBA services through the same ORB family.

### 来源

- <https://omniorb.sourceforge.io/>
- <https://omniorb.sourceforge.io/docs.html>
- <https://omniorb.sourceforge.io/features.html>
- <https://omniorb.sourceforge.io/history.html>
- <https://omniorb.sourceforge.io/omni42/omniORB.pdf>
- <https://omniorb.sourceforge.io/omnipy42/omniORBpy/omniORBpy001.html>
- <https://sourceforge.net/projects/omniorb/>
- <https://www.cl.cam.ac.uk/research/dtg/attarchive/omniORB/omniORBForm.html>
- <https://www.esrf.fr/conferences/Corba_Controls/PAPERS/grisby_orb.pdf>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Debian apt - omniorb - 4.3.3+ds1-1: normalized package name match | Debian stable package indexes: omniorb from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | IOR and naming service utilities for omniORB | http://omniorb.sourceforge.net
- Nix - omniorb: normalized package name match | nixpkgs package indexes: pkgs/by-name/om/omniorb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - omniorb - 4.3.2+ds1-1.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: omniorb from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | IOR and naming service utilities for omniORB | http://omniorb.sourceforge.net
- dnf - omniORB - 4.3.4-6.fc45: normalized package name match | Fedora Rawhide package metadata: omniORB from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A robust high performance CORBA ORB for C++ and Python | http://omniorb.sourceforge.net
- dnf - omniORB-devel - 4.3.4-6.fc45: normalized package name match | Fedora Rawhide package metadata: omniORB-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for omniORB | http://omniorb.sourceforge.net
- dnf - omniORB-doc - 4.3.4-6.fc45: normalized package name match | Fedora Rawhide package metadata: omniORB-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Documentation files for omniORB | http://omniorb.sourceforge.net
- dnf - omniORB-servers - 4.3.4-6.fc45: normalized package name match | Fedora Rawhide package metadata: omniORB-servers from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | OmniORB naming service | http://omniorb.sourceforge.net
- dnf - omniORB-utils - 4.3.4-6.fc45: normalized package name match | Fedora Rawhide package metadata: omniORB-utils from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for omniORB | http://omniorb.sourceforge.net
- zypper - libomniORB4-3 - 4.3.2-1.8: normalized package name match | openSUSE Tumbleweed package metadata: libomniORB4-3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | omniORB libraries | https://omniorb.sourceforge.io
- zypper - libomnithread4 - 4.3.2-1.8: normalized package name match | openSUSE Tumbleweed package metadata: libomnithread4 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | omniORB thread library | https://omniorb.sourceforge.io
- zypper - omniORB - 4.3.2-1.8: normalized package name match | openSUSE Tumbleweed package metadata: omniORB from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A robust high performance CORBA ORB for C++ and Python | https://omniorb.sourceforge.io
- zypper - omniORB-devel - 4.3.2-1.8: normalized package name match | openSUSE Tumbleweed package metadata: omniORB-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development libraries, header files and utilities for omniORB | https://omniorb.sourceforge.io
- MacPorts - omniORB: normalized package name match | MacPorts ports tree: devel/omniORB/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - omniidl - 4.3.3+ds1-1: installed executable or alias match | Debian stable package indexes: omniidl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | omniORB IDL to C++ and Python3 compiler | http://omniorb.sourceforge.net
- Ubuntu apt - omniidl - 4.3.2+ds1-1.1build2: installed executable or alias match | Ubuntu 24.04 LTS package indexes: omniidl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | omniORB IDL to C++ and Python3 compiler | http://omniorb.sourceforge.net


## Combined YAML source

View the package source record on GitHub. [combined/omniorb.yml](https://github.com/mxcl/pkgdb/blob/main/combined/omniorb.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
