Pakketdetails - erlang-public-key

Metadata
Versie
1:27.3.4.1+dfsg-1ubuntu0.1
Architectuur
amd64
Sectie
interpreters
Prioriteit
optional
Bron
erlang
Oorsprong
Ubuntu
Onderhouder
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Originele onderhouder
Debian Erlang Packagers <pkg-erlang-devel@lists.alioth.debian.org>
Fouten
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
http://www.erlang.org/
Beschrijving

Erlang/OTP public key infrastructure

Afhankelijke pakketten
Laden…
Hoe te installeren

Stap 1: Voeg deze APT-server toe

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

Stap 2: Installeer het pakket

sudo apt install erlang-public-key
Status en bestanden

Opslagstatus: Virtueel (Trage Synchronisatie)

Downloadgrootte: 792 KB

Geïnstalleerde grootte: 1276 B

Component: main

Multi-Arch: allowed


Hashes
SHA256: 997bcc76bd77586bf5a3e6da0c6da015beaf0cc435a9c21023fbbd31fde941ae SHA1: 642107e6ad5ad838ae8e2e73f5f8c2904debc435 MD5: d784ca6f7014edb70cc188650391f8cb
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.