Package Details - libpython3.13

Metadata
Version
3.13.7-1
Architecture
amd64
Section
libs
Priority
optional
Source
python3.13
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

Shared Python runtime library (version 3.13)

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/1

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
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-1.sources && \
sudo apt update

Step 2: Install the package

sudo apt install libpython3.13
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 2384 KB

Installed Size: 7708 B

Component: main

Multi-Arch: same


Hashes
SHA256: 8e8ed37b8082c7fe08b75f609a23b114860e3d1a87256e7e3b8f66167e659d33 SHA1: ca2a0178cfa79cd8ffe7d08d717086cadd98d62c MD5: 2b6d4269bf8bf4f395725ac06c9237f4
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.