パッケージ詳細 - idle-python3.13

メタデータ
バージョン
3.13.7-1ubuntu0.4
アーキテクチャ
all
セクション
universe/python
優先度
optional
ソース
python3.13
起源
Ubuntu
メンテナ
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
元のメンテナー
Matthias Klose <doko@debian.org>
バグ
https://bugs.launchpad.net/ubuntu/+filebug
説明

IDE for Python (v3.13) using Tkinter

関係
Depends
python3.13 python3-tk python3.13-tk libjs-mathjax
逆依存関係
読み込み中…
インストール方法

ステップ 1: この APT サーバーを追加する

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

ステップ 2: パッケージをインストール

sudo apt install idle-python3.13
ステータスとファイル

ストレージ状態: 物理(キャッシュ済み)

ダウンロードサイズ: 417 KB

インストール済みサイズ: 1910 B

コンポーネント: universe


ハッシュ
SHA256: b925cf6b73c3f5967e68eadefcdcb4b5f86c8561c670d43ef307e2cde776bb7e SHA1: 3cdcc49d9ce77a997fbe42b619550189f80bb928 MD5: d49e8df549f6c276783fc2458aa9d335
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.