Package Details - python3-numba
Metadata
- Version
- 0.61.2+dfsg-1
- Architecture
amd64- Section
universe/python- Priority
optional- Source
numba- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://numba.pydata.org/
- Description
native machine code compiler for Python 3
Relations
Depends
python3-llvmlite (>= 0.44~)
python3-scipy
python3 (<< 3.14)
python3 (>= 3.13~)
python3-numpy
python3-numpy2-abi0
|
python3-numpy-abi9
python3:any
libc6 (>= 2.38)
libgcc-s1 (>= 3.3.1)
libgomp1 (>= 4.9)
libstdc++6 (>= 14)
libtbb12 (>= 2022.0.0)
Recommends
Suggests
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 python3-numba
Status & Files
Storage State: Physical (Cached)
Download Size: 1768 KB
Installed Size: 12245 B
Component: universe
Hashes
SHA256: c4f368b67bc8fb81b26b3e7a24820ac193ff6f43605653cbcbc12fffaa5bb454 SHA1: 29771381fc3d2a6c0dbe77c70e9b70a62aab6f7f MD5: a41983dfdf72f9193717ecadd0799e17What 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.