Package Details - python3-fonttools
Metadata
- Version
- 4.55.3-2ubuntu0.25.10.1
- Architecture
amd64- Section
universe/python- Priority
optional- Source
fonttools- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian Fonts Task Force <debian-fonts@lists.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://github.com/fonttools/fonttools
- Description
Converts OpenType and TrueType fonts to and from XML (Python 3 Library)
Relations
Depends
python3-brotli (>= 1.1.0)
python3-fs (>= 2.4.16)
python3-lxml (>= 4.9.3)
python3-lz4 (>= 1.7.4.2)
python3-scipy (>= 1.10.0)
|
python3-munkres (>= 1.1.4)
python3-sympy
python3-ufolib2 (>= 0.16.1)
|
python3-defcon (>= 0.6.0)
python3-unicodedata2 (>= 15.1.0)
|
python3-all (>= 3.11.0)
unicode-data (>= 15.1.0)
python3 (<< 3.14)
python3 (>= 3.13~)
python3:any
libc6 (>= 2.4)
Breaks
Replaces
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/4
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-security
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-4.sources && \
sudo apt update
Step 2: Install the package
sudo apt install python3-fonttools
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 1460 KB
Installed Size: 10983 B
Component: universe
Hashes
SHA256: 30487a33af5729dcf4eff96f83fe09a77f9ae2a299a4ed440b5e6cd5c02d5557 SHA1: f5ef6303fe06bca65cf20bc9ec0fd0bf4a0bafed MD5: 9bb707e1d16ab2821714b156bc2a194dWhat 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.