我正在尝试在Debian squeeze上安装autossh
,但我收到错误E: Unable to locate package autossh
。
我不知道包autossh
所在的存储库。我尝试searching on the Debian site但无法获取存储库地址。
那么,这个包裹在哪里?要添加到apt sources.list的回购地址是什么?
编辑:
这是我的sources.list
deb http://archive.debian.org/debian squeeze main contrib non-free
deb-src http://archive.debian.org/debian squeeze main contrib non-free
在
apt-cache policy autossh
我收到错误
N: Unable to locate package autossh
答案 0 :(得分:0)
debian squeeze(EOL)上没有autossh
包,你应该构建包:
git clone https://github.com/leiqin/obfuscated-autossh.git
cd obfuscated-autossh
./configure
make
sudo make install