Package Details - fwupd-tests
Metadata
- Version
- 2.0.20-1ubuntu2~25.10.1
- Architecture
amd64- Section
universe/admin- Priority
optional- Source
fwupd- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian EFI <debian-efi@lists.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://github.com/fwupd/fwupd
- Description
Test suite for firmware update daemon
Relations
Depends
libc6 (>= 2.34)
libcurl3t64-gnutls (>= 7.63.0)
libfwupd3 (>= 2.0.11)
libglib2.0-0t64 (>= 2.80.0)
libgnutls30t64 (>= 3.7.3)
libjson-glib-1.0-0 (>= 1.5.2)
libmnl0 (>= 1.0.3-4~)
libtss2-esys-3.0.2-0t64 (>= 2.3.1)
libxmlb2 (>= 0.3.22)
ca-certificates
default-dbus-system-bus
|
dbus-system-bus
fwupd
gnome-desktop-testing
ieee-data
polkitd
|
policykit-1
python3
python3-gi
python3-requests
Breaks
Replaces
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 fwupd-tests
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 486 KB
Installed Size: 2442 B
Component: universe
Multi-Arch: foreign
Hashes
SHA256: 5e8b7fcb04711b5d15b9a85ef59650c3add5c683d3c49f4ea3a24ea594e38ece SHA1: 93d84ec929beb37cc5b3ff91c9fd001887bcc644 MD5: 93a573da21e1c2706c16eafc99c7f565What 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.