我创建了一个 .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#