搜索成功后debian apt get安装失败

搜索成功后debian apt get安装失败,debian,apt,Debian,Apt,我可以搜索自定义包: apt-cache show testsingle Package: testSingle Version: 0.9.12-1 Architecture: amd64 Essential: no Maintainer: rpub.it Installed-Size: 1024 Filename: ./testSingle_0.9.12-1_amd64.deb Size: 2850 MD5sum: a1e

我可以搜索自定义包:

apt-cache show testsingle    
Package: testSingle
    Version: 0.9.12-1
    Architecture: amd64
    Essential: no
    Maintainer: rpub.it
    Installed-Size: 1024
    Filename: ./testSingle_0.9.12-1_amd64.deb
    Size: 2850
    MD5sum: a1ea85d3090e3e56516430dd4ca15c50
    SHA1: 13f670881b1283fb54a256c2c2b3fd17d131e204
    SHA256: 47c98aa3779fd4e11c779b9ed66fd0e5cefffc0e61cb68939956db5f489b27a8
    Section: custom
    Priority: optional
    Description: test  Debian Deploy
    Description-md5: 734c5d7408c231c45ba5b1e3ea6e28fe
但当我尝试安装后,我得到了

apt-get install  testSingle
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package testSingle
有可能记录更好的apt处理吗?

多亏了Giacomo 根本原因在于当前目录的使用

./testSingle_0.9.12-1_amd64.deb
而不是使用

amd64/testSingle_0.9.12-1_amd64.deb

如何在apt中指定源?注意,后面的
/
在apt sources.list中很重要:它告诉apt文件是在简单目录中还是在结构化存储库中。我使用了这行代码:deb/@GiacomoCatenazzi非常感谢*这是Packages.z中的路径名*我使用amd64/testSingle_0.9.12-1_amd64.deb重新生成了Packages.z