自定义 debian 存储库列出软件包但不显示或安装

自定义 debian 存储库列出软件包但不显示或安装

我创建了一个 .deb 包(名为 astmbi)并创建了自定义存储库。
apt update接下来apt search astmbi显示包
apt list astmbi还显示包的名称
但是,apt show astmbi不显示包并且apt install astmbi失败
输出如下所示

root@debian:/home/biochemistry# apt search astmbi
Sorting... Done
Full Text Search... Done
astmbi/unknown 1.0 arm64
  Bidirectional ASTM communication with medical equipments
root@debian:/home/biochemistry# apt list astmbi
Listing... Done
astmbi/unknown 1.0 arm64
root@debian:/home/biochemistry# apt show astmbi
N: Unable to locate package astmbi
N: Unable to locate package astmbi
E: No packages found
root@debian:/home/biochemistry# apt install astmbi
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package astmbi
root@debian:/home/biochemistry# 

相关内容