Dettagli del pacchetto - erlang-debugger
Metadati
- Versione
- 1:27.3.4.1+dfsg-1ubuntu0.1
- Architettura
amd64- Sezione
universe/interpreters- Priorità
optional- Origine
erlang- Origine
- Ubuntu
- Manutentore
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Manutentore originale
- Debian Erlang Packagers <pkg-erlang-devel@lists.alioth.debian.org>
- Bug
- https://bugs.launchpad.net/ubuntu/+filebug
- Sito web
- http://www.erlang.org/
- Descrizione
Erlang/OTP application for debugging and testing
Relazioni
Depends
Suggests
Replaces
Dipendenze inverse
Come installare
Passaggio 1: aggiungi questo server 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
Passaggio 2: Installa il pacchetto
sudo apt install erlang-debugger
Stato e file
Stato dell'archiviazione: Viruale (sincronizzazione differita)
Dimensione download: 469 KB
Dimensione installata: 661 B
Componente: universe
Multi-Arch: allowed
Hash
SHA256: 3050723a3e54e4525dc62bac1256e05b959f304ef5128207961be9e6cbd7741b SHA1: 6eb14e2094833ef9f77cee1100ffdffd401b6561 MD5: cdb40f1492ca87c93eacd69c672d6407What 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.