Package Details - libctf-nobfd0-dbg
Metadata
- Version
- 2.45-7ubuntu1.2
- Architecture
amd64- Section
debug- Priority
optional- Source
binutils- 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
- Homepage
- https://www.gnu.org/software/binutils/
- Description
Compact C Type Format library (debug symbols, no BFD dependency)
Relations
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 libctf-nobfd0-dbg
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 381 KB
Installed Size: 466 B
Component: main
Multi-Arch: same
Hashes
SHA256: 9814d4ef26c0468e2d1ddbca78497bb57126e116ba3b54883add1cb2bc12db66 SHA1: f29bbf41c2260a5d39a4573876445f8615c4102e MD5: a497b336b893e21f542ffcad938c3328What 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.