Ubuntu14.04 に honeyd をインストールするにはどうすればいいですか。以下を使用してインストールしようとすると、次のエラーが発生します apt-get
:
sudo apt-get install honeyd
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package honeyd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'honeyd' has no installation candidate
私もアパートをアップデートしましたsudo apt-get update
答え1
Honeyd は少し古いですが、まだ動作するはずです...ビルドするには、次のコマンドを実行するだけです:
sudo apt-get install build-essential
wget http://www.honeyd.org/uploads/honeyd-1.5c.tar.gz && tar -xjf honeyd-1.5c.tar.gz
cd honeyd-1.5c
./configure --prefix=/opt/honeyd
make
sudo make install
honeyd を実行すると、私の Ubuntu 12.04 のコピーで動作するようです。14.04 でも動作するはずです。
答え2
このパッケージhoneyd
はかなり古く、あなたのシステム用のPPAでは入手できません。以下のソースからコンパイルできるかもしれません。http://www.honeyd.org/release.phpただし、これはかなりの作業であることがわかるかもしれません。