# perlnavigator を Homebrew, apt, Nix でインストール

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

## インストール

```sh
sudo av install brew:perlnavigator
```

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

### macOS

- Homebrew (100%):

```sh
brew install perlnavigator
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install perlnavigator
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#perlnavigator
```

  証拠: nixpkgs package indexes: pkgs/by-name/pe/perlnavigator/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:perlnavigator
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.8.20
- **ソース概要:** Perl language server
- **ホームページ:** <https://github.com/bscan/PerlNavigator>
- **最終更新:** 2026-07-11T11:05:28Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- perlnavigator (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

Perl Navigator is a Perl language server that provides editor features such as syntax checking, autocompletion, Perl::Critic diagnostics, code navigation, hover documentation, formatting, and outline support.

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

The official repository was created in January 2022 and describes Perl Navigator as an LSP server implemented with Microsoft LSP libraries while using Perl for syntax checking and parsing.

The project ships both a VS Code extension workflow and a standalone perlnavigator command for other editors. Its README documents installation via npm, downloadable binaries, and building from source.

### 採用の歴史

Perl Navigator targets cross-editor adoption: the official README documents VS Code, Sublime Text, Emacs, Vim, Neovim, coc.nvim, Kate, and LiteXL integrations. It also notes that lsp-mode uses Perlnavigator as the default Perl language server when the executable is on PATH.

The input package facts show perlnavigator packaged across Homebrew, Debian, Ubuntu, and Nix, while npm metadata for perlnavigator-server shows the package was published in March 2022.

### 使われ方

Typical package-manager usage installs the perlnavigator executable and points an editor LSP client at it, usually with stdio transport or the editor's built-in language-server settings. Project-specific tuning is done through editor settings such as perlnavigator.perlPath, includePaths, perlcriticProfile, perltidyProfile, and related options.

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

Perl Navigator is notable for package curation because it packages a TypeScript/Node language server together with Perl-aware analysis behavior, optional Perl::Critic, Perl::Tidy, and perlimports integrations, and release binaries for multiple operating systems.

For package maintainers, it is a bridge between npm-style language-server distribution, editor extension ecosystems, and OS package managers that want a standalone perlnavigator executable.

### タイムライン

- 2022: GitHub repository was created.
- 2022: npm registry metadata records perlnavigator-server creation.
- 2022: GitHub releases list v0.2.9 as an early public release.
- 2025: GitHub releases list v0.8.20 as the latest release in the official release feed inspected for this batch.

### Related projects

- The official README acknowledges Perl::Critic, PPI, Perl::Tidy, perlimports, Perl, Microsoft LSP libraries, Perl::LanguageServer, and PLS, and points readers interested in Raku to bscan/RakuNavigator.

### ソース

- <https://api.github.com/repos/bscan/PerlNavigator - official GitHub repository metadata for creation date and repository description.>
- <https://api.github.com/repos/bscan/PerlNavigator/releases?per_page=100 - official GitHub release metadata for early and latest inspected releases.>
- <https://github.com/bscan/PerlNavigator - official repository, README, description, install modes, editor integrations, acknowledgments, and releases.>
- <https://registry.npmjs.org/perlnavigator-server - official npm package metadata for package name, description, creation time, and latest version.>
- source_facts.package-manager - supplied input lists Homebrew, Debian, Nix, and Ubuntu packaging.


## セキュリティノート

perlnavigator に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


## 他のパッケージマネージャ記録

- Debian apt - perlnavigator - 0.6.0~dfsg-3: normalized package name match | Debian stable package indexes: perlnavigator from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Perl Language Server for the Language Server Protocol (LSP) | https://github.com/bscan/PerlNavigator
- Nix - perlnavigator: normalized package name match | nixpkgs package indexes: pkgs/by-name/pe/perlnavigator/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - perlnavigator - 0.6.0~dfsg-2: normalized package name match | Ubuntu 24.04 LTS package indexes: perlnavigator from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Perl Language Server for the Language Server Protocol (LSP) | https://github.com/bscan/PerlNavigator


## Combined YAML source

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


## ソース

- pkg.so package database
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
