Package Details - erlang-x11

Metadata
Version
1:27.3.4.1+dfsg-1ubuntu0.1
Architecture
all
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 applications that require X Window System

Relations
Depends
erlang-base:any erlang-nox erlang-common-test:any erlang-debugger:any erlang-dialyzer:any erlang-et:any erlang-megaco:any erlang-observer:any erlang-reltool:any erlang-wx:any
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/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-x11
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 3 KB

Installed Size: 29 B

Component: universe

Multi-Arch: foreign


Hashes
SHA256: cdbeb42be977ced975a72231f0535d7a2cc1286f947d8933c010abbd7cffb06c SHA1: c503a548241f7c12695cc2c35d1f19f70e5c4d43 MD5: 6aed3ef642884fa50faa55aa5fa993ef
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.