软件包详情 - libbluetooth3
元数据
- 版本
- 5.83-1~exp1ubuntu0.1
- 架构
amd64- 部分
libs- 优先级
optional- 源码
bluez- 来源
- Ubuntu
- 维护者
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- 原始维护者
- Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
- 错误
- https://bugs.launchpad.net/ubuntu/+filebug
- 主页
- http://www.bluez.org
- 描述
Library to use the BlueZ Linux Bluetooth stack
关系
Depends
反向依赖
加载中…
安装方法
步骤 1:添加此 APT 服务器
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/2
Don't have apkg?
See how to install APKG CLI.
Option B: Manual bash setup:
sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing-updates
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-2.sources && \
sudo apt update
步骤 2:安装软件包
sudo apt install libbluetooth3
状态与文件
存储状态: 虚拟(懒同步)
下载大小: 77 KB
已安装大小: 239 B
组件: main
多架构: same
哈希值
SHA256: d49b79721098b637dbc77c3c3faf24a42b1d7f1b48cced1ea10f7558aa98caaf SHA1: e5c14b5dd771dbb650f9471b2fe5f9e0d0b1b239 MD5: ff15fa117b4ed0e015f3c456dac0e061What is a Package?
A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.
How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.