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#