カスタム debian リポジトリはパッケージを一覧表示しますが、表示もインストールもしません。

カスタム debian リポジトリはパッケージを一覧表示しますが、表示もインストールもしません。

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# 

ベストアンサー1

おすすめ記事