Package Details - erlang-edoc

Metadata
Version
1:27.3.4.1+dfsg-1ubuntu0.1
Architecture
amd64
Section
universe/interpreters
Priority
optional
Source
erlang
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Debian Erlang Packagers <pkg-erlang-devel@lists.alioth.debian.org>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
http://www.erlang.org/
Description

Erlang/OTP module for generating documentation

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 erlang-edoc
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 454 KB

Installed Size: 651 B

Component: universe

Multi-Arch: allowed


Hashes
SHA256: b87363eb1ef4065c63eb11a34909d4e069139b9e16532c8837e510eab14a562f SHA1: dee7589d036d1f7e7588ce9a8f0105b65524f314 MD5: 0e26143f5f40378956ab8ffc0ed7add9
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.