Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 dbus

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install dbus

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install dbus

MacPorts ports tree · devel/dbus/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add dbus

Alpine Linux edge package indexes · dbus · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install dbus

Debian stable package indexes · dbus · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install dbus

Fedora Rawhide package metadata · dbus · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#dbus

nixpkgs package indexes · pkgs/by-name/db/dbus/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S dbus

Arch Linux sync databases · dbus · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install dbus-1-daemon

openSUSE Tumbleweed package metadata · dbus-1-daemon · 来源: download.opensuse.org

概览

软件包摘要

Message bus system, providing inter-application communication

命令和别名

  • dbus-cleanup-sockets
  • dbus-daemon
  • dbus-launch
  • dbus-monitor
  • dbus-run-session
  • dbus-send
  • dbus-test-tool
  • dbus-update-activation-environment
  • dbus-uuidgen

历史

项目历史与用法

D-Bus is the freedesktop.org message bus system and reference implementation for low-overhead local IPC, providing both a protocol and the dbus-daemon used by Unix desktop and system services.

项目历史

The D-Bus specification credits authors from Red Hat, CodeFactory, Imendio, Collabora, and others, and its first released document was revision 0.8 in September 2003. The protocol was declared frozen for compatible extension in November 2006, making later changes conservative and versioned.

采用历史

freedesktop.org describes dbus as the reference implementation and says released versions are available in all major Linux distributions. The project page also notes that D-Bus was heavily tested in real-world use over several years before being treated as set in stone.

使用方式

D-Bus supplies a system bus for events such as hardware or printer changes and a per-login-session bus for desktop IPC. The package also ships tools such as dbus-daemon, dbus-send, dbus-monitor, dbus-run-session, and dbus-uuidgen for debugging and service integration.

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

As a package, dbus sits near the base of the modern Linux desktop graph: many GUI, service, policy, and session components do not expose D-Bus directly to users, but they rely on its daemon, activation files, bus names, and language bindings.

时间线

  • 2003: D-Bus specification revision 0.8 is the first released document.
  • 2006: D-Bus protocol is frozen for compatible extensions.
  • 2024: Specification revision 0.43 documents more modern interfaces and service-loading guidance.
  • 2026: freedesktop.org lists dbus 1.16.x as the stable branch and 1.14.x as a legacy branch supported for security fixes until mid-2026.

Related projects

  • Related projects include libdbus, dbus-daemon, dbus-glib, GDBus, QtDBus, sd-bus, and language bindings for Python, Ruby, Go, Rust, and other ecosystems.

安全态势

风险级别:orange

formula declares a Homebrew service.

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

  • formula declares a Homebrew service

信号

  • metadata:service

安装行为

  • Homebrew 为此 formula 声明了 post-install 钩子。
  • formula 元数据声明了服务或守护进程块。
  • Homebrew bottle 元数据适用于 8 个平台目标。
  • 构建元数据列出 6 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

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/share/dbus-1/system.conf/usr/share/dbus-1/session.conf/etc/dbus-1/system.d/etc/dbus-1/session.d

可执行文件

已安装的可执行文件

命令类型暴露范围备注
dbus-cleanup-socketscli全局可执行文件
dbus-daemoncli全局可执行文件
dbus-launchcli全局可执行文件
dbus-monitorcli全局可执行文件
dbus-run-sessioncli全局可执行文件
dbus-sendcli全局可执行文件
dbus-test-toolcli全局可执行文件
dbus-update-activation-environmentcli全局可执行文件
dbus-uuidgencli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本1.16.2
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://wiki.freedesktop.org/www/Software/dbus

安装元数据

软件包元数据

软件包键brew:dbus
版本1.16.2
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/dbus
主页https://wiki.freedesktop.org/www/Software/dbus
仓库https://gitlab.freedesktop.org/dbus/dbus
上游文档https://dbus.freedesktop.org/doc/api/html
许可证AFL-2.1 OR GPL-2.0-or-later
源码归档https://dbus.freedesktop.org/releases/dbus/dbus-1.16.2.tar.xz
构建依赖docbook, docbook-xsl, meson, ninja, pkgconf, xmlto
macOS 提供的库expat
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-install已定义
服务declared
注意事项To start the session bus now and at login: brew services start dbus To start the system bus now and on boot, install and activate the included daemon: sudo cp -f $(brew --prefix dbus)/org.freedesktop.dbus-system.plist /Library/LaunchDaemons sudo launchctl bootstrap system /Library/LaunchDaemons/org.freedesktop.dbus-system.plist If the daemon is already installed and running, restart it: sudo launchctl kickstart -k system/org.freedesktop.dbus-system

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

dbus 1.16.2-2

simple interprocess messaging system (system message bus)

https://dbus.freedesktop.org/

sudo apt install dbus
  • Section: admin
  • Architecture: amd64
  • 8 依赖
  • 2 提供
  • 2 可选依赖
  • normalized package name match
  • 匹配方式:Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-1-doc 1.16.2-2

simple interprocess messaging system (documentation)

https://dbus.freedesktop.org/

sudo apt install dbus-1-doc
  • Section: doc
  • Architecture: all
  • Source Package: dbus
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-1-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-bin 1.16.2-2

simple interprocess messaging system (command line utilities)

https://dbus.freedesktop.org/

sudo apt install dbus-bin
  • Section: admin
  • Architecture: amd64
  • Source Package: dbus
  • 2 依赖
  • normalized package name match
  • 匹配方式:Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-daemon 1.16.2-2

simple interprocess messaging system (reference message bus)

https://dbus.freedesktop.org/

sudo apt install dbus-daemon
  • Section: admin
  • Architecture: amd64
  • Source Package: dbus
  • 10 依赖
  • normalized package name match
  • 匹配方式:Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-daemon from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-session-bus-common 1.16.2-2

simple interprocess messaging system (session bus configuration)

https://dbus.freedesktop.org/

sudo apt install dbus-session-bus-common
  • Section: admin
  • Architecture: all
  • Source Package: dbus
  • normalized package name match
  • 匹配方式:Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-session-bus-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-system-bus-common 1.16.2-2

simple interprocess messaging system (system bus configuration)

https://dbus.freedesktop.org/

sudo apt install dbus-system-bus-common
  • Section: admin
  • Architecture: all
  • Source Package: dbus
  • 2 依赖
  • normalized package name match
  • 匹配方式:Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-system-bus-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-tests 1.16.2-2

simple interprocess messaging system (test infrastructure)

https://dbus.freedesktop.org/

sudo apt install dbus-tests
  • Section: misc
  • Architecture: amd64
  • Source Package: dbus
  • 11 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-tests from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-user-session 1.16.2-2

simple interprocess messaging system (systemd --user integration)

https://dbus.freedesktop.org/

sudo apt install dbus-user-session
  • Section: admin
  • Architecture: amd64
  • Source Package: dbus
  • 5 依赖
  • 2 提供
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-user-session from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

dbus-x11 1.16.2-2

simple interprocess messaging system (X11 deps)

https://dbus.freedesktop.org/

sudo apt install dbus-x11
  • Section: x11
  • Architecture: amd64
  • Source Package: dbus
  • 6 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: dbus-x11 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libdbus-1-3 1.16.2-2

simple interprocess messaging system (library)

https://dbus.freedesktop.org/

sudo apt install libdbus-1-3
  • Section: libs
  • Architecture: amd64
  • Source Package: dbus
  • 2 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libdbus-1-3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libdbus-1-dev 1.16.2-2

simple interprocess messaging system (development headers)

https://dbus.freedesktop.org/

sudo apt install libdbus-1-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: dbus
  • 4 依赖
  • normalized package name match
  • 匹配方式:Dbus
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libdbus-1-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

dbus

nix profile install nixpkgs#dbus
  • normalized package name match
  • 匹配方式:Dbus
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/db/dbus/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

dbus 1.14.10-4ubuntu4

simple interprocess messaging system (system message bus)

https://dbus.freedesktop.org/

sudo apt install dbus
  • Section: devel
  • Architecture: amd64
  • 7 依赖
  • 2 提供
  • 2 可选依赖
  • normalized package name match
  • 匹配方式:Dbus
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: dbus from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

dbus-1-doc 1.14.10-4ubuntu4

simple interprocess messaging system (documentation)

https://dbus.freedesktop.org/

sudo apt install dbus-1-doc
  • Section: doc
  • Architecture: all
  • Source Package: dbus
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Dbus
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: dbus-1-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

dbus-bin 1.14.10-4ubuntu4

simple interprocess messaging system (command line utilities)

https://dbus.freedesktop.org/

sudo apt install dbus-bin
  • Section: admin
  • Architecture: amd64
  • Source Package: dbus
  • 2 依赖
  • normalized package name match
  • 匹配方式:Dbus
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: dbus-bin from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

dbus-daemon 1.14.10-4ubuntu4

simple interprocess messaging system (reference message bus)

https://dbus.freedesktop.org/

sudo apt install dbus-daemon
  • Section: admin
  • Architecture: amd64
  • Source Package: dbus
  • 10 依赖
  • normalized package name match
  • 匹配方式:Dbus
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: dbus-daemon from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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