Package Details - bluez-test-tools

Metadata
Version
5.83-1~exp1ubuntu0.1
Architecture
amd64
Section
universe/admin
Priority
optional
Source
bluez
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
http://www.bluez.org
Description

test tools of bluez

Reverse Dependencies
Loading…
How to Install

Step 1: Add this APT server

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

Step 2: Install the package

sudo apt install bluez-test-tools
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 387 KB

Installed Size: 2957 B

Component: universe


Hashes
SHA256: bd80a16388ef26d3f31917fc06143fc3b0d01b9205f6bba35380ab91c87ae3d5 SHA1: 1d9c2395d9010e2d3c6c68d09b429824023292c5 MD5: f6b8e863bbc4ef2c7a126accc89f9681
What 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.