我在VirtualBox上安装了Debian 8(来自live debian-live-8.7.1-i386-xfce-desktop.iso)。
我尝试执行此处描述的所有步骤https://wiki.draglet.com/index.php/Manual:Installation_manual
在此步骤中运行draglet需要以下Debian 8软件包:
apt-get install exim4 ntp pwgen curl php5-dev php-pear pkg-config nmap libzmq3 libzmq3-dev libapache2-mod-php5 apache2 percona-server-server-5.6 php5-cli php5-mysql php5-curl php5-intl daemontools-run oracle-java8-installer ant ruby-compass libtool-bin
当我执行此命令时,我得到输出
无法找到包裹
....我收到ntp
,pwgen
和其他软件包的此消息。
我该如何安装?
答案 0 :(得分:2)
您是否检查过/etc/apt/sources.list
是否包含类似于以下内容的行?
deb http://ftp.us.debian.org/debian/ jessie main non-free contrib
deb-src http://ftp.us.debian.org/debian/ jessie main non-free contrib
deb http://security.debian.org/ jessie/updates main non-free contrib
deb-src http://security.debian.org/ jessie/updates main non-free contrib
您可能希望删除任何带有cdrom:
前缀的行(如果它们也存在)。
请记住,您需要将文件编辑为root,然后运行apt-get update。执行此操作后,请尝试再次安装软件包。
答案 1 :(得分:0)
我安装了Debian 8(与Genome v 8.0一起使用),我也提到了同样的问题。请将/etc/apt/sources.list
文件更新到最新的来源并运行sudo apt-get update && apt-get upgrade
。然后重新启动,我希望它会好起来的。例如,更新后,我的源列表是,
deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main