pkg.soopen package index

brew / 排名 1689

使用 Homebrew, apk, dnf, zypper, apt 安装 pcsc-lite

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install pcsc-lite

local Homebrew formula metadata

Linux

Alpine Linux apk已验证 · 92%
sudo apk add pcsc-lite

Alpine Linux edge package indexes · pcsc-lite · 来源: dl-cdn.alpinelinux.org

Fedora dnf已验证 · 92%
sudo dnf install pcsc-lite

Fedora Rawhide package metadata · pcsc-lite · 来源: dl.fedoraproject.org

openSUSE zypper已验证 · 92%
sudo zypper install pcsc-lite

openSUSE Tumbleweed package metadata · pcsc-lite · 来源: download.opensuse.org

Debian apt已验证 · 92%
sudo apt install libpcsclite-dev

Debian stable package indexes · libpcsclite-dev · 来源: deb.debian.org

概览

软件包摘要

Middleware to access a smart card using SCard API

命令和别名

  • pcsc-spy
  • pcscd

历史

项目历史与用法

PC/SC Lite is Unix smart-card middleware implementing the SCard/WinSCard API through the pcscd resource-manager daemon and libpcsclite client library.

项目历史

David Corcoran started the pcsc-lite project in 1999 to provide a portable implementation of the PC/SC smart-card API. Ludovic Rousseau has been the main author since 2001.

The implementation evolved into a client library and server daemon communicating over IPC. Its C API emulates the Windows WinSCard interface so applications can access readers and cards through a common abstraction.

Current development is published through the maintainer's PCSC repositories on Debian Salsa and GitHub, and the project now uses Meson as its build system.

采用历史

PC/SC Lite supplies the Windows-compatible SCard programming model on Unix-like systems and is packaged as a daemon, runtime library, and development headers by major distributions. The supplied metadata records packages in Homebrew, Alpine, Debian/Ubuntu, Fedora, and openSUSE.

The official project page documents GNU/Linux as the principal supported platform. Apple reimplemented PC/SC over CryptoTokenKit on macOS, while Solaris carries a fork and BSD support is described as possible but not routinely tested by the maintainer.

使用方式

Applications link libpcsclite and call SCard-compatible functions to discover readers, connect to cards, transmit commands, and monitor card state. pcscd brokers access to readers and cards.

Administrators commonly combine pcsc-lite with a reader driver such as libccid. pcsc-spy can trace client API activity for debugging.

The official support instructions warn that APDU debug logs can contain a smart-card PIN and recommend changing the PIN before producing such logs.

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

PC/SC Lite is a classic plumbing package: most users encounter it indirectly when authentication tokens, identity cards, SIM tools, or other smart-card applications need a standardized reader service.

Its split between pcscd, libpcsclite, reader drivers such as CCID, and client applications makes daemon activation and device discovery frequent packaging integration points.

时间线

  • 1999: David Corcoran started pcsc-lite.
  • 2001: Ludovic Rousseau became the project's main author.
  • 2018: The current PCSC project was created on Debian Salsa.
  • Current releases: Meson is the documented build system.

Related projects

  • libccid provides a widely used USB CCID smart-card reader driver consumed alongside pcsc-lite.
  • The PC/SC Workgroup specification defines the cross-vendor smart-card API model.
  • Apple's CryptoTokenKit underlies the contemporary macOS PC/SC compatibility implementation.

来源

  • Official API documentation: https://pcsclite.apdu.fr/api/index.html
  • Official project page: https://pcsclite.apdu.fr/
  • Official source repository: https://salsa.debian.org/rousseau/PCSC
  • source_facts.package-manager

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 3 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

Unix
/etc/reader.conf.d/
Windows
linux

可执行文件

已安装的可执行文件

命令类型暴露范围备注
pcsc-spycli全局可执行文件
pcscdcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-09-19
管理器版本2.5.1
管理器更新时间2026-09-11
本地数据OK
上游not checked
检测到的最新版本未检测到

https://pcsclite.apdu.fr/

安装元数据

软件包元数据

软件包键brew:pcsc-lite
版本2.5.1
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/pcsc-lite
主页https://pcsclite.apdu.fr/
上游文档https://pcsclite.apdu.fr/
许可证BSD-3-Clause AND BSD-2-Clause AND GPL-3.0-or-later AND ISC
源码归档https://pcsclite.apdu.fr/files/pcsc-lite-2.5.1.tar.xz
最后更新2026-09-11T18:54:12Z
Pulseupdated
构建依赖meson, ninja, pkgconf
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namepcsc-lite
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

libpcsclite-dev 2.3.3-1

Middleware to access a smart card using PC/SC (development files)

https://pcsclite.apdu.fr/

sudo apt install libpcsclite-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: pcsc-lite
  • 2 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Pcsc Lite
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libpcsclite-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libpcsclite1 2.3.3-1

Middleware to access a smart card using PC/SC (library)

https://pcsclite.apdu.fr/

sudo apt install libpcsclite1
  • Section: libs
  • Architecture: amd64
  • Source Package: pcsc-lite
  • 1 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Pcsc Lite
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libpcsclite1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

pcscd 2.3.3-1

Middleware to access a smart card using PC/SC (daemon side)

https://pcsclite.apdu.fr/

sudo apt install pcscd
  • Section: misc
  • Architecture: amd64
  • Source Package: pcsc-lite
  • 10 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Pcsc Lite
Debian stable package indexes · deb.debian.org · Debian stable package indexes: pcscd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

libpcsclite-dev 2.0.3-1build1

Middleware to access a smart card using PC/SC (development files)

https://pcsclite.apdu.fr/

sudo apt install libpcsclite-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: pcsc-lite
  • 2 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Pcsc Lite
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libpcsclite-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libpcsclite1 2.0.3-1build1

Middleware to access a smart card using PC/SC (library)

https://pcsclite.apdu.fr/

sudo apt install libpcsclite1
  • Section: libs
  • Architecture: amd64
  • Source Package: pcsc-lite
  • 1 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Pcsc Lite
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libpcsclite1 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

pcscd 2.0.3-1build1

Middleware to access a smart card using PC/SC (daemon side)

https://pcsclite.apdu.fr/

sudo apt install pcscd
  • Section: universe/misc
  • Architecture: amd64
  • Source Package: pcsc-lite
  • 8 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Pcsc Lite
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: pcscd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

pcsc-lite 2.5.1-r0

Middleware to access a smart card using SCard API (PC/SC)

https://pcsclite.apdu.fr/

sudo apk add pcsc-lite
  • License: BSD-3-Clause AND BSD-2-Clause AND ISC AND GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: pcsc-lite
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Pcsc Lite
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pcsc-lite from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

pcsc-lite-dev 2.5.1-r0

Middleware to access a smart card using SCard API (PC/SC) (development files)

https://pcsclite.apdu.fr/

sudo apk add pcsc-lite-dev
  • License: BSD-3-Clause AND BSD-2-Clause AND ISC
  • Architecture: x86_64
  • Source Package: pcsc-lite
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Pcsc Lite
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pcsc-lite-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

pcsc-lite-doc 2.5.1-r0

Middleware to access a smart card using SCard API (PC/SC) (documentation)

https://pcsclite.apdu.fr/

sudo apk add pcsc-lite-doc
  • License: BSD-3-Clause AND BSD-2-Clause AND ISC
  • Architecture: x86_64
  • Source Package: pcsc-lite
  • normalized package name match
  • 匹配方式:Pcsc Lite
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pcsc-lite-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

pcsc-lite-libs 2.5.1-r0

Middleware to access a smart card using SCard API (PC/SC) (libraries)

https://pcsclite.apdu.fr/

sudo apk add pcsc-lite-libs
  • License: BSD-3-Clause AND BSD-2-Clause AND ISC
  • Architecture: x86_64
  • Source Package: pcsc-lite
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Pcsc Lite
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pcsc-lite-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

pcsc-lite-openrc 2.5.1-r0

Middleware to access a smart card using SCard API (PC/SC) (OpenRC init scripts)

https://pcsclite.apdu.fr/

sudo apk add pcsc-lite-openrc
  • License: BSD-3-Clause AND BSD-2-Clause AND ISC
  • Architecture: x86_64
  • Source Package: pcsc-lite
  • normalized package name match
  • 匹配方式:Pcsc Lite
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pcsc-lite-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

pcsc-lite-spy-libs 2.5.1-r0

Middleware to access a smart card using SCard API (PC/SC) (log/debug/spy libraries)

https://pcsclite.apdu.fr/

sudo apk add pcsc-lite-spy-libs
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: pcsc-lite
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Pcsc Lite
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pcsc-lite-spy-libs from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

pcsc-lite-static 2.5.1-r0

Middleware to access a smart card using SCard API (PC/SC) (static library)

https://pcsclite.apdu.fr/

sudo apk add pcsc-lite-static
  • License: BSD-3-Clause AND BSD-2-Clause AND ISC
  • Architecture: x86_64
  • Source Package: pcsc-lite
  • 1 依赖
  • normalized package name match
  • 匹配方式:Pcsc Lite
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pcsc-lite-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

pcsc-lite-systemd 2.5.1-r0

Middleware to access a smart card using SCard API (PC/SC) (systemd files)

https://pcsclite.apdu.fr/

sudo apk add pcsc-lite-systemd
  • License: BSD-3-Clause AND BSD-2-Clause AND ISC
  • Architecture: x86_64
  • Source Package: pcsc-lite
  • normalized package name match
  • 匹配方式:Pcsc Lite
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pcsc-lite-systemd from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

pcsc-lite 2.5.1-2.fc45

PC/SC Lite smart card framework and applications

https://pcsclite.apdu.fr/

sudo dnf install pcsc-lite
  • License: BSD-3-Clause AND BSD-2-Clause AND GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: pcsc-lite
  • 14 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Pcsc Lite
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: pcsc-lite from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst
dnf95%

pcsc-lite-devel 2.5.1-2.fc45

PC/SC Lite development files

https://pcsclite.apdu.fr/

sudo dnf install pcsc-lite-devel
  • License: BSD-3-Clause AND BSD-2-Clause AND GPL-3.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: pcsc-lite
  • 7 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Pcsc Lite
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: pcsc-lite-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/652278618dec9c023176a80c435a32a2c8154869fb0eb662c267a54df28d77d9-primary.xml.zst

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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