Package Details - python3.14-venv
Metadata
- Version
- 3.14.0-1ubuntu0.3
- Architecture
amd64- Section
universe/python- 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
Interactive high-level object-oriented language (pyvenv binary, version 3.14)
Relations
Depends
Breaks
Reverse Dependencies
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 python3.14-venv
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 5 KB
Installed Size: 27 B
Component: universe
Multi-Arch: allowed
Hashes
SHA256: 5bfd3f21cb9b53ec0757a8f3dc8add96995d584f52bd9f0d75f3566a3ab5d93c SHA1: f57e09df7aacf645215be3d29db6a83e25e54e0e MD5: 65e5ef47286cfc6eed4c8f390d7e04d1What 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.