# 使用 Homebrew, apt, Nix 安装 perlnavigator

查看 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 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


## 其他软件包管理器记录

- 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
