Package Details - python3.14-tk
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
Tkinter - Writing Tk applications with Python (v3.14)
Relations
Depends
Suggests
tix
Breaks
python3-tk (<< 3.12.5-2~)
Replaces
python3-tk (<< 3.12.5-2~)
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 python3.14-tk
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 106 KB
Installed Size: 442 B
Component: universe
Hashes
SHA256: 33b3b048dba9bb2241e1d80d6f9f2f82a8b0ff3992b7971abed03308af441516 SHA1: 014f7a61c6280688dddb10fabbe52bf21fd08618 MD5: 020566a0503662ee7a9fcb65cd5c3988What 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.