# 使用 Homebrew, apk, apt, dnf, Nix, pacman 安装 lcdproc

查看 lcdproc 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:lcdproc
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install lcdproc
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add lcdproc
```

  证据: Alpine Linux edge package indexes: lcdproc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install lcdproc
```

  证据: Debian stable package indexes: lcdproc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install lcdproc
```

  证据: Fedora Rawhide package metadata: lcdproc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#lcdproc
```

  证据: nixpkgs package indexes: pkgs/by-name/lc/lcdproc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S lcdproc
```

  证据: Arch Linux sync databases: lcdproc from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## 软件包事实

- **软件包键:** brew:lcdproc
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/lcdproc>
- **版本:** 0.5.9
- **来源摘要:** Display real-time system information on a LCD
- **主页:** <https://www.lcdproc.org/>
- **仓库:** <https://github.com/lcdproc/lcdproc>
- **上游文档:** <https://www.lcdproc.org/>
- **许可证:** GPL-2.0-or-later
- **源码归档:** <https://github.com/lcdproc/lcdproc/releases/download/v0.5.9/lcdproc-0.5.9.tar.gz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- LCDd (cli)
- fortune.pl (cli)
- iosock.pl (cli)
- lcdexec (cli)
- lcdident.pl (cli)
- lcdmetar.pl (cli)
- lcdproc (cli)
- lcdvc (cli)
- tail.pl (cli)
- x11amp.pl (cli)
- LCDd (别名)
- fortune.pl (别名)
- iosock.pl (别名)
- lcdexec (别名)
- lcdident.pl (别名)
- lcdmetar.pl (别名)
- lcdproc (别名)
- lcdvc (别名)
- tail.pl (别名)
- x11amp.pl (别名)

## 依赖

- libftdi
- libusb
- libusb-compat

## 构建依赖

- pkgconf

## macOS 提供的库

- ncurses

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.5.9
- 本地数据: OK
- 上游仓库: https://github.com/lcdproc/lcdproc
- 信息: No package-manager update timestamp was available.
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

LCDproc is a client/server suite for driving character LCDs, VFDs, and related small displays from Unix-like systems. The daemon `LCDd` talks to display hardware, while clients such as `lcdproc` send system status and application data over a TCP protocol.

### 项目历史

The project README says LCDproc was originally written by William Ferrell and Selene Scriven. The credits file describes Ferrell as the project founder and author of the first versions, and Scriven as the main programmer for versions 0.2 through 0.4-pre9, turning the original small single-system utility into the recognizable LCDproc form.

LCDproc's early site history page was active by 2002, and its changelog shows the long 0.5 series adding and maintaining drivers for HD44780-style displays, serial devices, USB devices, graphical displays, Raspberry Pi and other embedded connections, curses and X11 output, and remote-control input.

### 采用历史

LCDproc spread through Linux and BSD hobbyist, server, HTPC, and embedded installations where small front-panel displays were useful for CPU load, uptime, network state, media-center status, or appliance feedback. Its README emphasizes that the client and server communicate over TCP, so the machine producing data and the machine connected to the display do not need to be the same host.

Package-manager adoption across Homebrew, Debian, Ubuntu, Fedora, Arch, Nix, and Alpine reflects its status as old-school system hardware glue: not glamorous, but reusable enough that distributions keep shipping both the daemon and example clients.

### 使用方式

Typical deployments configure `LCDd.conf` for the display driver and connection type, run the `LCDd` daemon, then start clients such as `lcdproc`, `lcdexec`, or custom scripts that send screens and widgets to the daemon.

### 为什么软件包爱好者会关心

LCDproc matters to package nerds because it is a classic hardware-support package: a daemon, many optional drivers, sample config files, init/service integration, and decades of compatibility work for devices that may only exist on one appliance or front panel.

It also shows why packaging hardware tools is messy: the same package can be a server daemon, a set of client utilities, Perl examples, config templates, and driver support for serial, parallel, USB, GPIO, I2C, framebuffer, curses, and X11 targets.

### 时间线

- 1998: README copyright range begins with the first LCDproc era.
- 2002-10-14: Official site history page recorded LCDproc website development by project developers.
- 2016: README described a migration from SourceForge to GitHub.
- 2017-05-27: v0.5.8 release tag published on GitHub.
- 2019-02-10: v0.5.9 release tag published on GitHub.

### Related projects

- Related hardware and software include Matrix Orbital and Crystalfontz displays, HD44780-compatible controllers, LIRC/IR input, curses, X11 display output, Raspberry Pi GPIO and I2C display adapters, and monitoring clients that feed status text to `LCDd`.

### 来源

- <https://api.github.com/repos/lcdproc/lcdproc/tags?per_page=100>
- <https://github.com/lcdproc/lcdproc>
- <https://raw.githubusercontent.com/lcdproc/lcdproc/master/CREDITS.md>
- <https://raw.githubusercontent.com/lcdproc/lcdproc/master/ChangeLog.md>
- <https://raw.githubusercontent.com/lcdproc/lcdproc/master/README.md>
- <https://www.lcdproc.org/>
- <https://www.lcdproc.org/history.php3>


## 安全说明

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: /etc/lcdproc/LCDd.conf, /etc/lcdproc/lcdproc.conf
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** lcdproc
- **Version Scheme:** 0
- **Revision:** 2
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Debian apt - lcdproc - 0.5.9-7+b3: normalized package name match | Debian stable package indexes: lcdproc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | LCD display driver daemon and clients | http://www.lcdproc.org/
- Debian apt - lcdproc-extra-drivers - 0.5.9-7+b3: normalized package name match | Debian stable package indexes: lcdproc-extra-drivers from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | extra drivers for the LCD display driver daemon | http://www.lcdproc.org/
- Nix - lcdproc: normalized package name match | nixpkgs package indexes: pkgs/by-name/lc/lcdproc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - lcdproc - 0.5.9-7build2: normalized package name match | Ubuntu 24.04 LTS package indexes: lcdproc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | LCD display driver daemon and clients | http://www.lcdproc.org/
- Ubuntu apt - lcdproc-extra-drivers - 0.5.9-7build2: normalized package name match | Ubuntu 24.04 LTS package indexes: lcdproc-extra-drivers from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | extra drivers for the LCD display driver daemon | http://www.lcdproc.org/
- apk - lcdproc - 0.5.9-r6: normalized package name match | Alpine Linux edge package indexes: lcdproc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Multi-platform LCD display driver | https://www.lcdproc.org/
- apk - lcdproc-doc - 0.5.9-r6: normalized package name match | Alpine Linux edge package indexes: lcdproc-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Multi-platform LCD display driver (documentation) | https://www.lcdproc.org/
- apk - lcdproc-openrc - 0.5.9-r6: normalized package name match | Alpine Linux edge package indexes: lcdproc-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Multi-platform LCD display driver (OpenRC init scripts) | https://www.lcdproc.org/
- dnf - lcdproc - 0.5.9-28.20210209git5c21e8c.fc45: normalized package name match | Fedora Rawhide package metadata: lcdproc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Display real-time system information on a 20x4 back-lit LCD | http://lcdproc.org
- pacman - lcdproc - 0.5.9-11: normalized package name match | Arch Linux sync databases: lcdproc from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Utility to drive one or more LCD (and LCD-like) devices | http://lcdproc.omnipotent.net/


## 相关链接

- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/zh-hans/brew-utility-packages/) - Matched Homebrew package provider.
- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Matched curated package taxonomy and local package facts.
- [libusb-compat](https://pkg.so/zh-hans/brew/libusb-compat/) - Runtime dependency declared by Homebrew.
- [libftdi](https://pkg.so/zh-hans/brew/libftdi/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/zh-hans/brew/pkgconf/) - Build dependency declared by Homebrew.
- [screenresolution](https://pkg.so/zh-hans/brew/screenresolution/) - Shares pkgdb curated category or tags: cli, display, system.
- [nvtop](https://pkg.so/zh-hans/brew/nvtop/) - Shares pkgdb curated category or tags: cli, hardware, monitoring, system.
- [brightness](https://pkg.so/zh-hans/brew/brightness/) - Shares pkgdb curated category or tags: cli, display, system.
- [bpytop](https://pkg.so/zh-hans/brew/bpytop/) - Shares pkgdb curated category or tags: cli, monitoring, system, system-monitoring.
- [collectd](https://pkg.so/zh-hans/brew/collectd/) - Shares pkgdb curated category or tags: cli, daemon, monitoring, system.
- [atop](https://pkg.so/zh-hans/brew/atop/) - Shares pkgdb curated category or tags: cli, monitoring, system, system-monitoring.
- [redshift](https://pkg.so/zh-hans/brew/redshift/) - Shares pkgdb curated category or tags: cli, display, system.
- [dwatch](https://pkg.so/zh-hans/brew/dwatch/) - Shares pkgdb curated category or tags: cli, daemon, monitoring, system.
- [digitemp](https://pkg.so/zh-hans/brew/digitemp/) - Local package facts share a topical domain. Shared terms: cli, compat, hardware, libusb, libusb-compat.
- [bpftop](https://pkg.so/zh-hans/brew/bpftop/) - Local package facts share a topical domain. Shared terms: cli, compat, monitoring, real, real-time.

## Combined YAML source

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


## 来源

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