Pakketdetails - erlang-ssh

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 implementation of SSH protocol

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/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

Stap 2: Installeer het pakket

sudo apt install erlang-ssh
Status en bestanden

Opslagstatus: Virtueel (Trage Synchronisatie)

Downloadgrootte: 1010 KB

Geïnstalleerde grootte: 1437 B

Component: main

Multi-Arch: allowed


Hashes
SHA256: 47bf2222febd3ce79053b90ba82d0b450561d4e8d31bccf084438ba60f9ab69a SHA1: b687cc20ca807fe86a70a949de6a7ea6b43a6ce1 MD5: 3d29da6875f5f49310faaee35e4d250c
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.