Package Details - libpython3.14-testsuite

Metadata
Version
3.14.0-1ubuntu0.3
Architecture
all
Section
universe/libdevel
Priority
optional
Source
python3.14
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Matthias Klose <doko@debian.org>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Description

Testsuite for the Python standard library (v3.14)

Relations
Depends
Suggests
python3-gdbm python3-tk
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 libpython3.14-testsuite
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 4983 KB

Installed Size: 30639 B

Component: universe


Hashes
SHA256: 46c8b9f186fa1f71a7f580bf2ae77bcfcbfcd7f4fda7c4fdaf86c157bce04954 SHA1: edff3f73c1f8b39ef9434a0270dee3fdc785c8fd MD5: 0f0e2c2df2747c6dd0709cd74afc2f64
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.