# telnet を Homebrew, chocolatey, apt, dnf, zypper, scoop でインストール

telnet のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:telnet
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install telnet
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install telnet
```

  証拠: Debian stable package indexes: telnet from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install telnet
```

  証拠: Fedora Rawhide package metadata: telnet from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- zypper (92%):

```sh
sudo zypper install telnet
```

  証拠: openSUSE Tumbleweed package metadata: telnet from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install telnet
```

  証拠: Chocolatey community package catalog: telnet from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','synologydrive'

- Scoop (92%):

```sh
scoop install main/telnet
```

  証拠: Scoop official bucket manifest trees: bucket/telnet.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:telnet
- **パッケージマネージャ:** Homebrew
- **バージョン:** 308
- **ソース概要:** User interface to the TELNET protocol
- **ホームページ:** <https://opensource.apple.com/>
- **リポジトリ:** <https://github.com/apple-oss-distributions/remote_cmds>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- telnet (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 308
## プロジェクトの歴史と使われ方

telnet is the classic command-line user interface to the TELNET protocol. The protocol was standardized for the ARPA Internet in RFC 854 in May 1983 as a general bidirectional byte-oriented terminal communications facility.

### プロジェクトの歴史

The BSD-derived Apple manpage carries University of California copyright dates beginning in 1983 and describes `telnet` as a user interface to the TELNET protocol. This places the packaged client in the long Unix lineage of TCP/IP remote-login tools distributed with BSD systems and later carried by operating-system vendors.

RFC 854 defines the protocol around a Network Virtual Terminal and negotiated options, with the goal of connecting terminal devices and terminal-oriented processes across heterogeneous hosts. The companion RFC 855 documents how TELNET options were to be assigned and specified.

### 採用の歴史

TELNET was once a standard remote-login mechanism on Internet and Unix systems, but its cleartext nature caused SSH to replace it for administration. The client persisted in package repositories because it remained useful for protocol debugging, legacy devices, embedded systems, MUDs, BBS-style services, and quick TCP service inspection.

Homebrew's package exists because modern macOS no longer treats telnet as a default userland tool, while Debian, Ubuntu, Fedora/DNF, openSUSE/Zypper, Chocolatey, and Scoop coverage reflects ongoing cross-platform demand for the small diagnostic client.

### 使われ方

The manpage describes invoking `telnet` with a host and optional port, or without a host to enter an interactive `telnet>` command mode. Options cover IPv4/IPv6 selection, trace files, source address selection, escape characters, `.telnetrc` handling, rlogin-like behavior, Kerberos-related authentication controls, binary mode, and optional encryption support where compiled in.

In package-manager culture, `telnet host port` became shorthand for testing whether a TCP service accepts connections, even when the remote service is not a TELNET server. That usage survives because the client is tiny, scriptable enough for manual diagnostics, and familiar across Unix-like systems.

### パッケージ好きにとっての重要性

telnet is historically significant because it is both a protocol tool and a fossil of early Internet userland. Package nerds care about it as a removed-default utility that keeps reappearing in bootstrap scripts, debugging recipes, and compatibility packages despite being inappropriate for secure login.

Its package metadata also illustrates how old network clients move from base operating systems into optional package-manager formulae as security expectations and default installs change.

### タイムライン

- 1983: RFC 854 standardized TELNET for the ARPA Internet.
- 1983: RFC 855 standardized TELNET option specification procedures.
- 1983-1994: BSD telnet manpage lineage records University of California copyrights and Berkeley manual revisions.
- 2000: Apple-distributed telnet manpage date reflects later operating-system packaging of the BSD-derived client.

### Related projects

- telnetd is the companion server for the same protocol.
- ssh replaced TELNET for secure remote login, while tools such as nc, socat, curl, and openssl s_client cover many modern diagnostic use cases.

### ソース

- <https://github.com/apple-oss-distributions/remote_cmds/blob/main/telnet/telnet.1>
- <https://www.rfc-editor.org/rfc/rfc854.txt>
- <https://www.rfc-editor.org/rfc/rfc855.txt>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.telnetrc
## 他のパッケージマネージャ記録

- Debian apt - telnet - 0.17+2.6-3+deb13u3: normalized package name match | Debian stable package indexes: telnet from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | transitional dummy package for inetutils-telnet default switch | https://www.gnu.org/software/inetutils/
- Ubuntu apt - telnet - 0.17+2.5-3ubuntu4: normalized package name match | Ubuntu 24.04 LTS package indexes: telnet from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | transitional dummy package for inetutils-telnet default switch | https://www.gnu.org/software/inetutils/
- dnf - telnet - 0.17-97.fc45: normalized package name match | Fedora Rawhide package metadata: telnet from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | The client program for the Telnet remote login protocol | http://web.archive.org/web/20070819111735/www.hcs.harvard.edu/~dholland/computers/old-netkit.html
- dnf - telnet-server - 0.17-97.fc45: normalized package name match | Fedora Rawhide package metadata: telnet-server from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | The server program for the Telnet remote login protocol | http://web.archive.org/web/20070819111735/www.hcs.harvard.edu/~dholland/computers/old-netkit.html
- zypper - telnet - 1.2-177.9: normalized package name match | openSUSE Tumbleweed package metadata: telnet from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A client program for the telnet remote login protocol | https://svnweb.freebsd.org/base/head/contrib/telnet/
- zypper - telnet-server - 1.2-177.9: normalized package name match | openSUSE Tumbleweed package metadata: telnet-server from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A Server Program for the Telnet Remote Login Protocol | https://svnweb.freebsd.org/base/head/contrib/telnet/
- Chocolatey - telnet: normalized package name match | Chocolatey community package catalog: telnet from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','synologydrive'
- Scoop - main/telnet: normalized package name match | Scoop official bucket manifest trees: bucket/telnet.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/telnet.yml](https://github.com/mxcl/pkgdb/blob/main/combined/telnet.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
