astmbiという名前の.debパッケージを作成し、カスタムリポジトリを作成しました。
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#