Package Details - telnetd

Metadata
Version
0.17+2.6-1ubuntu3.1
Architecture
all
Section
universe/net
Priority
optional
Source
inetutils (2:2.6-1ubuntu3.1)
Origin
Ubuntu
Maintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original Maintainer
Guillem Jover <guillem@debian.org>
Bugs
https://bugs.launchpad.net/ubuntu/+filebug
Homepage
https://www.gnu.org/software/inetutils/
Description

transitional dummy package for inetutils-telnetd default switch

Relations
Depends
inetutils-telnetd update-inetd
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/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

Step 2: Install the package

sudo apt install telnetd
Status & Files

Storage State: Virtual (Lazy Sync)

Download Size: 3 KB

Installed Size: 49 B

Component: universe

Multi-Arch: foreign


Hashes
SHA256: 61a86d1beee052b79c19723005b274b4a193492296683e7c9205cea834ae433a SHA1: f68fa72dfb633750bd9fd508af4a0208dd21ca02 MD5: 9823c8e7c6e86a8557b48a0c6f9b040d
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.