make V=99报错 wget: unable to resolve host address 'ftp.all.kernel.org' Download failed.

Feeds是OpenWRT环境所需要的软件包套件,比较重要的feeds有:

‘pacakges’:一些额外的基础路由器特性软件

‘LuCI’:OpenWRT默认的GUI

‘Xwrt’:另一种可选的GUI界面

如果你之前没有下载好这些套件,而是选择在编译的时候在线下载安装的话,一定要保证编译的时候是成功连接到互联网的,否则导致编译终端,出现“No More Mirrors Download”的错误很烦人的。为了避免其他的错误,还是在连接互联网的情况下来编译吧,编译的过程本来就很长了,再出现这些错误会抓狂的。

下载之前可以通过查看更改feeds.conf.default这个文件来查看和选择相应的软件包。

其实只需要先执行以下两句话:

./scripts/feeds update -a
./scripts/feeds install -a

后面是日志~

错误详情:

kdir -p /test/openwrt-sdk/dl
/test/openwrt-sdk/scripts/download.pl "/test/openwrt-sdk/dl" "util-linux-2.24.1.tar.xz" "88d46ae23ca599ac5af9cf96b531590f" "@KERNEL/linux/utils/util-linux/v2.24"
--2019-03-11 20:00:13--  ftp://ftp.all.kernel.org/pub/linux/utils/util-linux/v2.24/util-linux-2.24.1.tar.xz
           => '-'
Resolving ftp.all.kernel.org (ftp.all.kernel.org)... failed: Name or service not known.
wget: unable to resolve host address 'ftp.all.kernel.org'
Download failed.
--2019-03-11 20:00:13--  http://ftp.all.kernel.org/pub/linux/utils/util-linux/v2.24/util-linux-2.24.1.tar.xz
Resolving ftp.all.kernel.org (ftp.all.kernel.org)... failed: Name or service not known.
wget: unable to resolve host address 'ftp.all.kernel.org'
Download failed.
--2019-03-11 20:00:13--  ftp://ftp.all.kernel.org/pub/linux/utils/util-linux/v2.24/longterm/v2.24.1/util-linux-2.24.1.tar.xz
           => '-'
Resolving ftp.all.kernel.org (ftp.all.kernel.org)... failed: Name or service not known.
wget: unable to resolve host address 'ftp.all.kernel.org'
Download failed.
--2019-03-11 20:00:13--  http://ftp.all.kernel.org/pub/linux/utils/util-linux/v2.24/longterm/v2.24.1/util-linux-2.24.1.tar.xz
Resolving ftp.all.kernel.org (ftp.all.kernel.org)... failed: Name or service not known.
wget: unable to resolve host address 'ftp.all.kernel.org'
Download failed.
--2019-03-11 20:00:14--  http://mirror2.openwrt.org/sources/util-linux-2.24.1.tar.xz
Resolving mirror2.openwrt.org (mirror2.openwrt.org)... 46.4.11.11, 2a01:4f8:221:3d45::2
Connecting to mirror2.openwrt.org (mirror2.openwrt.org)|46.4.11.11|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-03-11 20:00:16 ERROR 404: Not Found.

Download failed.
--2019-03-11 20:00:16--  http://downloads.openwrt.org/sources/util-linux-2.24.1.tar.xz
Resolving downloads.openwrt.org (downloads.openwrt.org)... 148.251.78.235, 2a01:4f8:202:43ea::2
Connecting to downloads.openwrt.org (downloads.openwrt.org)|148.251.78.235|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://sources.openwrt.org/util-linux-2.24.1.tar.xz [following]
--2019-03-11 20:00:16--  http://sources.openwrt.org/util-linux-2.24.1.tar.xz
Resolving sources.openwrt.org (sources.openwrt.org)... 148.251.78.235, 2a01:4f8:202:43ea::3
Reusing existing connection to downloads.openwrt.org:80.
HTTP request sent, awaiting response... 404 Not Found
2019-03-11 20:00:17 ERROR 404: Not Found.

Download failed.
No more mirrors to try - giving up.
make[3]: *** [/test/openwrt-sdk/dl/util-linux-2.24.1.tar.xz] Error 2
make[3]: Leaving directory `/test/openwrt-sdk/package/utils/util-linux'
make[2]: *** [package/utils/util-linux/compile] Error 2
make[2]: Leaving directory `/test/openwrt-sdk'
make[1]: *** [/test/openwrt-sdk/staging_dir/target-arm_cortex-a7+vfp_uClibc-0.9.33.2_eabi/stamp/.package_compile] Error 2
make[1]: Leaving directory `/test/openwrt-sdk'
make: *** [world] 错误 2

[shine@localhost scripts]$ ./feeds update -a
Updating feed 'packages' from 'https://github.com/openwrt/packages.git;for-14.07' ...
正克隆到 './feeds/packages'...
remote: Enumerating objects: 1286, done.
remote: Counting objects: 100% (1286/1286), done.
remote: Compressing objects: 100% (1102/1102), done.
remote: Total 1286 (delta 27), reused 1162 (delta 19), pack-reused 0
接收对象中: 100% (1286/1286), 799.97 KiB | 7.00 KiB/s, done.
处理 delta 中: 100% (27/27), done.
Create index file './feeds/packages.index' 
Collecting package info: done
Updating feed 'luci' from 'https://github.com/openwrt/luci.git;luci-0.12' ...
正克隆到 './feeds/luci'...
remote: Enumerating objects: 3228, done.
remote: Counting objects: 100% (3228/3228), done.
remote: Compressing objects: 100% (2203/2203), done.
remote: Total 3228 (delta 991), reused 2223 (delta 486), pack-reused 0
接收对象中: 100% (3228/3228), 3.62 MiB | 13.00 KiB/s, done.
处理 delta 中: 100% (991/991), done.
Create index file './feeds/luci.index' 
Collecting package info: done
Updating feed 'routing' from 'https://github.com/openwrt-routing/packages.git;for-14.07' ...
正克隆到 './feeds/routing'...
remote: Enumerating objects: 267, done.
remote: Counting objects: 100% (267/267), done.
remote: Compressing objects: 100% (234/234), done.
remote: Total 267 (delta 12), reused 191 (delta 5), pack-reused 0
接收对象中: 100% (267/267), 200.16 KiB | 40.00 KiB/s, done.
处理 delta 中: 100% (12/12), done.
Create index file './feeds/routing.index' 
Collecting package info: done
Updating feed 'telephony' from 'https://github.com/openwrt/telephony.git;for-14.07' ...
正克隆到 './feeds/telephony'...
remote: Enumerating objects: 160, done.
remote: Counting objects: 100% (160/160), done.
remote: Compressing objects: 100% (143/143), done.
remote: Total 160 (delta 14), reused 110 (delta 3), pack-reused 0
接收对象中: 100% (160/160), 95.17 KiB | 10.00 KiB/s, done.
处理 delta 中: 100% (14/14), done.
Create index file './feeds/telephony.index' 
Collecting package info: done
Updating feed 'management' from 'https://github.com/openwrt-management/packages.git;for-14.07' ...
正克隆到 './feeds/management'...
remote: Enumerating objects: 34, done.
remote: Counting objects: 100% (34/34), done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 34 (delta 4), reused 21 (delta 0), pack-reused 0
Unpacking objects: 100% (34/34), done.
Create index file './feeds/management.index' 
Collecting package info: done
Updating feed 'oldpackages' from 'http://git.openwrt.org/14.07/packages.git' ...
正克隆到 './feeds/oldpackages'...
remote: Counting objects: 3751, done.
remote: Compressing objects: 100% (3123/3123), done.
remote: Total 3751 (delta 119), reused 3750 (delta 119)
接收对象中: 100% (3751/3751), 3.13 MiB | 409.00 KiB/s, done.
处理 delta 中: 100% (119/119), done.
Create index file './feeds/oldpackages.index' 
Collecting package info: done

[shine@localhost scripts]$ ./feeds install -a
Installing all packages from feed packages.
Installing package 'acl'
Installing package 'attr'
Installing package 'aiccu'
Installing package 'alsa-lib'
Installing package 'alsa-utils'
Installing package 'apache'
Installing package 'apr'
Installing package 'apr-util'
Installing package 'expat'
Installing package 'sqlite3'
Installing package 'pcre'
Installing package 'unixodbc'
Installing package 'postgresql'
Installing package 'shadow'
Installing package 'argp-standalone'
Installing package 'aria2'
Installing package 'libxml2'
Installing package 'gnutls'
Installing package 'libtasn1'
Installing package 'p11-kit'
Installing package 'avahi'
Installing package 'libdaemon'
Installing package 'gdbm'
Installing package 'intltool'
Installing package 'dbus'
Installing package 'bash'
Installing package 'bzip2'
Installing package 'ccid'
Installing package 'pcsc-lite'
Installing package 'ccrypt'
Installing package 'cmdpad'
Installing package 'collectd'
Installing package 'owfs'
Installing package 'liboping'
Installing package 'rrdtool1'
Installing package 'lm-sensors'
Installing package 'perl'
Installing package 'db47'
Installing package 'net-snmp'
Installing package 'coreutils'
Installing package 'crtmpserver'
Installing package 'cshark'
Installing package 'ctorrent'
Installing package 'ctorrent-svn'
Installing package 'ddns-scripts'
Installing package 'debootstrap'
Installing package 'dmidecode'
Installing package 'dovecot'
Installing package 'libcap'
Installing package 'dump1090'
Installing package 'rtl-sdr'
Installing package 'engine_pkcs11'
Installing package 'libp11'
Installing package 'etherwake'
Installing package 'ethtool'
Installing package 'faad2'
Installing package 'fastd'
Installing package 'nacl'
Installing package 'libuecc'
Installing package 'fcgi'
Installing package 'ffmpeg'
Installing package 'speex'
Installing package 'flashrom'
Installing package 'pciutils'
Installing package 'libftdi'
Installing package 'freeradius2'
Installing package 'fwknop'
Installing package 'git'
Installing package 'glib2'
Installing package 'libffi'
Installing package 'grep'
Installing package 'haproxy'
Installing package 'hamlib'
Installing package 'haserl'
Installing package 'haveged'
Installing package 'horst'
Installing package 'htop'
Installing package 'icecast'
Installing package 'libxslt'
Installing package 'libogg'
Installing package 'iodine'
Installing package 'irssi'
Installing package 'libjpeg'
Installing package 'cryptodev-linux'
Installing package 'knot'
Installing package 'liburcu'
Installing package 'krb5'
Installing package 'libaio'
Installing package 'libaudiofile'
Installing package 'flac'
Installing package 'c-ares'
Installing package 'libevent'
Installing package 'libexif'
Installing package 'libftdi1'
Installing package 'libgcrypt'
Installing package 'libgpg-error'
Installing package 'libgd'
Installing package 'libpng'
Installing package 'libid3tag'
Installing package 'libidn'
Installing package 'libmad'
Installing package 'miniupnpc'
Installing package 'libmms'
Installing package 'libmodbus'
Installing package 'mosquitto'
Installing package 'libmpdclient'
Installing package 'libmpeg2'
Installing package 'liboil'
Installing package 'opensc'
Installing package 'libowfat'
Installing package 'libpam'
Installing package 'protobuf-c'
Installing package 'libsigc++'
Installing package 'libsndfile'
Installing package 'libssh2'
Installing package 'libtheora'
Installing package 'libvorbis'
Installing package 'tiff'
Installing package 'libtorrent'
Installing package 'libupnp'
Installing package 'libv4l'
Installing package 'libvorbisidec'
Installing package 'uvcdynctrl'
Installing package 'tcp_wrappers'
Installing package 'lighttpd'
Installing package 'lsof'
Installing package 'luabitop'
Installing package 'luaexpat'
Installing package 'luafilesystem'
Installing package 'luai2c'
Installing package 'lualanes'
Installing package 'luaposix'
Installing package 'luasec'
Installing package 'mwan3-luci'
Installing package 'mwan3'
Installing package 'luci-app-ocserv'
Installing package 'ocserv'
Installing package 'sqm-scripts'
Installing package 'luci-proto-openconnect'
Installing package 'openconnect'
Installing package 'mdnsresponder'
Installing package 'memcached'
Installing package 'minicom'
Installing package 'minidlna'
Installing package 'mjpg-streamer'
Installing package 'mktorrent'
Installing package 'monit'
Installing package 'motion'
Installing package 'mpc'
Installing package 'mpd'
Installing package 'mtr'
Installing package 'muninlite'
Installing package 'xinetd'
Installing package 'nano'
Installing package 'ncdu'
Installing package 'nfs-kernel-server'
Installing package 'portmap'
Installing package 'nginx'
Installing package 'nsd'
Installing package 'ntpd'
Installing package 'openssh'
Installing package 'opentracker'
Installing package 'patch'
Installing package 'perl-compress-bzip2'
Installing package 'perl-dbi'
Installing package 'perl-html-parser'
Installing package 'perl-html-tagset'
Installing package 'perl-uri'
Installing package 'perl-html-tree'
Installing package 'perl-lockfile-simple'
Installing package 'perl-net-telnet'
Installing package 'perl-test-harness'
Installing package 'perl-www'
Installing package 'perl-www-curl'
Installing package 'perl-www-mechanize'
Installing package 'polipo'
Installing package 'prosody'
Installing package 'protobuf'
Installing package 'pulseaudio'
Installing package 'rng-tools'
Installing package 'rsync'
Installing package 'rtorrent'
Installing package 'xmlrpc-c'
Installing package 'screen'
Installing package 'serialconsole'
Installing package 'shadowsocks-client'
Installing package 'shairport'
Installing package 'smartmontools'
Installing package 'softflowd'
Installing package 'sslh'
Installing package 'stm32flash'
Installing package 'strongswan'
Installing package 'openldap'
Installing package 'cyrus-sasl'
Installing package 'mysql'
Installing package 'tayga'
Installing package 'tcpproxy'
Installing package 'tgt'
Installing package 'tinyproxy'
Installing package 'tmux'
Installing package 'transmission'
Installing package 'triggerhappy'
Installing package 'uanytun'
Installing package 'udpxy'
Installing package 'umurmur'
Installing package 'unrar'
Installing package 'unzip'
Installing package 'vnstat'
Installing package 'vsftpd'
Installing package 'wavemon'
Installing package 'wget'
Installing package 'wshaper'
Installing package 'xl2tpd'
Installing package 'xupnpd'
Installing package 'zabbix'
Installing package 'zile'
Installing package 'zip'
Installing package 'znc'
Installing all packages from feed luci.
Installing package 'community-profiles'
Installing package 'freifunk-common'
Installing package 'freifunk-firewall'
Installing package 'freifunk-gwcheck'
Installing package 'olsrd'
Installing package 'freifunk-mapupdate'
Installing package 'freifunk-p2pblock'
Installing package 'l7-protocols'
Installing package 'freifunk-policyrouting'
Installing package 'freifunk-watchdog'
Installing package 'luci-addons'
Installing package 'siit'
Installing package 'meshwizard'
Installing package 'smap'
Installing package 'netdiscover'
Installing package 'libnet-1.1.x'
Installing package 'mac-to-devinfo'
Installing package 'httping'
Installing package 'miniupnpd'
Installing package 'ntpclient'
Installing package 'p910nd'
Installing package 'ushare'
Installing package 'libdlna'
Installing package 'hd-idle'
Installing package 'multiwan'
Installing package 'radvd'
Installing package 'ahcpd'
Installing package 'asterisk-1.8.x'
Installing package 'iksemel'
Installing package 'spandsp'
Installing package 'libsrtp'
Installing package 'msmtp'
Installing package 'watchcat'
Installing package 'remote-update'
Installing all packages from feed routing.
Installing package 'alfred'
Installing package 'gpsd'
Installing package 'babeld'
Installing package 'babels'
Installing package 'batctl'
Installing package 'batman-adv'
Installing package 'batmand'
Installing package 'bcp38'
Installing package 'bird'
Installing package 'bmx6'
Installing package 'hnetd'
Installing package 'ohybridproxy'
Installing package 'minimalist-pcproxy'
Installing package 'nat46'
Installing package 'luci-app-bcp38'
Installing package 'luci-app-bmx6'
WARNING: No feed for package 'luci-mod-admin-core' found, maybe it's already part of the standard packages?
Installing package 'mcproxy'
Installing package 'mrd6'
Installing package 'ndppd'
Installing package 'nodogsplash'
Installing package 'oonf-dlep-proxy'
Installing package 'oonf-init-scripts'
Installing package 'oonf-dlep-radio'
Installing package 'oonf-olsrd2'
Installing package 'mcast-tools'
Installing package 'quagga'
Installing all packages from feed telephony.
Installing package 'asterisk-11.x'
Installing package 'asterisk-11.x-chan-dongle'
Installing package 'asterisk-11.x-chan-sccp-b'
Installing package 'asterisk11-gui'
Installing package 'asterisk-1.8.x-chan-sccp-b'
Installing package 'asterisk18-gui'
Installing package 'baresip'
Installing package 're'
Installing package 'rem'
Installing package 'freeswitch'
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
Installing package 'sctp'
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
Installing package 'ldns'
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
Installing package 'erlang'
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
Installing package 'xz'
WARNING: No feed for package '+libpthread' found, maybe it's already part of the standard packages?
WARNING: No feed for package '+libpthread' found, maybe it's already part of the standard packages?
WARNING: No feed for package '+libpthread' found, maybe it's already part of the standard packages?
WARNING: No feed for package '+libpthread' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libmemcached' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'freeradius-client' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
Installing package 'libyaml'
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
Installing package 'kamailio-3.x'
Installing package 'rtpproxy'
Installing package 'kamailio-4.x'
Installing package 'libosip2'
Installing package 'miax'
Installing package 'pcapsipdump'
Installing package 'restund'
Installing package 'sipp'
Installing package 'siproxd'
Installing package 'sipsak'
Installing package 'yate'
Installing all packages from feed management.
Installing package 'freecwmp'
Installing package 'libfreecwmp'
Installing package 'libmicroxml'
Installing package 'shflags'
Installing package 'freenetconfd'
Installing package 'freenetconfd-plugin-examples'
Installing package 'freesub'
Installing package 'libev'
Installing package 'libnetconf'
Installing package 'libssh'
Installing package 'shtool'
Installing all packages from feed oldpackages.
Installing package '4th'
Installing package '6tunnel'
Installing package 'acpid'
Installing package 'aircrack-ng'
Installing package 'aircrack-ptw'
Installing package 'airpwn'
Installing package 'alpine'
Installing package 'amule'
Installing package 'wxbase'
Installing package 'libcrypto++'
Installing package 'amwall'
Installing package 'libamsel'
Installing package 'anyremote'
Installing package 'bluez-libs'
Installing package 'aodv-uu'
Installing package 'aoetools'
Installing package 'ap51-flash'
Installing package 'apcupsd'
Installing package 'apf'
Installing package 'appweb'
Installing package 'aprx'
Installing package 'argtable'
Installing package 'arm'
Installing package 'python'
Installing package 'arpd'
Installing package 'libdnet'
Installing package 'arpwatch'
Installing package 'at'
Installing package 'elfutils'
Installing package 'atftp'
Installing package 'autossh'
Installing package 'avrdude'
Installing package 'avrusbboot'
Installing package 'axel'
Installing package 'axtls'
Installing package 'bahamut'
Installing package 'bandwidthd'
Installing package 'bash-completion'
Installing package 'boxbackup'
WARNING: No feed for package 'microperl' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'microperl' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'microperl' found, maybe it's already part of the standard packages?
Installing package 'bc'
Installing package 'bemused'
Installing package 'glib'
Installing package 'bind'
Installing package 'bing'
Installing package 'bitchx'
Installing package 'bitlbee'
Installing package 'bluelog'
Installing package 'bluez-utils'
Installing package 'bluez-hcidump'
Installing package 'bmon'
Installing package 'boblight'
Installing package 'bonnie++'
Installing package 'boost'
Installing package 'bridge-utils'
Installing package 'bsdiff'
Installing package 'btpd'
Installing package 'btrfs-progs'
Installing package 'build-essential'
Installing package 'gcc'
Installing package 'make'
Installing package 'diffutils'
Installing package 'bwm'
Installing package 'bwping'
Installing package 'byobu'
Installing package 'calcurse'
Installing package 'calvaria'
Installing package 'canutils'
Installing package 'cbtt'
Installing package 'cdp'
Installing package 'cdparanoia'
Installing package 'cgilib'
Installing package 'chaosvpn'
Installing package 'tinc'
Installing package 'check'
Installing package 'chillispot'
Installing package 'chrony'
Installing package 'cifs-utils'
Installing package 'cksfv'
Installing package 'classpath'
Installing package 'file'
Installing package 'clearsilver'
Installing package 'click'
Installing package 'clish'
Installing package 'cmdftp'
Installing package 'cmus'
Installing package 'confuse'
Installing package 'rtklib'
Installing package 'coova-chilli'
Installing package 'matrixssl'
Installing package 'corkscrew'
Installing package 'cppunit'
Installing package 'cpusage'
Installing package 'crda'
Installing package 'credis'
Installing package 'crowdcontrol'
Installing package 'crypto-tools'
Installing package 'cryptsetup'
Installing package 'lvm2'
Installing package 'cups'
Installing package 'cups-bjnp'
Installing package 'curlftpfs'
Installing package 'cutter'
Installing package 'cython'
Installing package 'daemonlogger'
Installing package 'daemontools'
Installing package 'dansguardian'
Installing package 'darkice'
Installing package 'lame'
Installing package 'darkstat'
Installing package 'dash'
Installing package 'python-dbus'
Installing package 'dbus-glib'
Installing package 'deco'
Installing package 'deluge'
Installing package 'rblibtorrent'
Installing package 'python2-chardet'
Installing package 'pyxdg'
Installing package 'twisted'
Installing package 'pyopenssl'
Installing package 'distribute'
WARNING: No feed for package 'python-gtk' found, maybe it's already part of the standard packages?
Installing package 'mako'
Installing package 'devio'
Installing package 'devmem2'
Installing package 'dfu-util'
Installing package 'dhcp-forwarder'
Installing package 'dhcp6'
Installing package 'dhcpcd'
Installing package 'dialog'
Installing package 'dibbler'
Installing package 'digitemp'
Installing package 'dir300-flash'
Installing package 'dircproxy'
Installing package 'libdirectfb'
Installing package 'freetype'
Installing package 'disktype'
Installing package 'ditg'
Installing package 'djbdns'
Installing package 'ucspi-tcp'
Installing package 'dmalloc'
Installing package 'dmapd'
Installing package 'libdmapsharing'
Installing package 'libsoup'
Installing package 'gstreamer'
Installing package 'gst-plugins-base'
Installing package 'vips'
Installing package 'graphicsmagick'
Installing package 'dns2tcp'
Installing package 'dosfstools'
Installing package 'dsniff'
Installing package 'libnids'
Installing package 'libnet-1.0.x'
Installing package 'dstat'
Installing package 'dt'
Installing package 'dtach'
Installing package 'dudders'
Installing package 'e169-stats'
Installing package 'eggdrop'
Installing package 'tcl'
Installing package 'ekg'
Installing package 'electric-fence'
Installing package 'elinks'
Installing package 'empcd'
Installing package 'empty'
Installing package 'etherpuppet'
Installing package 'ettercap'
Installing package 'event_test'
Installing package 'ez-ipupdate'
Installing package 'facter'
Installing package 'ruby'
Installing package 'faifa'
Installing package 'fakeidentd'
Installing package 'fancontroled'
Installing package 'fetchmail'
Installing package 'fftw3'
Installing package 'firmwarehotplug'
Installing package 'fxload'
Installing package 'flite'
Installing package 'flow-tools'
Installing package 'fortune-mod'
Installing package 'fowsr'
Installing package 'foxboard-utils'
Installing package 'fping'
Installing package 'fprobe'
Installing package 'fprobe-ulog'
Installing package 'freepops'
Installing package 'fribidi'
Installing package 'frickin'
Installing package 'fswebcam'
Installing package 'ftpd-topfield'
Installing package 'ftplib'
Installing package 'gadgetfs-test'
Installing package 'gatling'
Installing package 'gawk'
Installing package 'gesftpserver'
Installing package 'giflib'
Installing package 'gkrellmd'
Installing package 'glibmm'
Installing package 'gmediaserver'
Installing package 'id3lib'
Installing package 'gnokii'
Installing package 'gnupg'
Installing package 'gnuplot'
Installing package 'goldfish-qemu'
Installing package 'gperf'
Installing package 'gphoto2'
Installing package 'libgphoto2'
Installing package 'libugpio'
Installing package 'gsm'
Installing package 'gst-ffmpeg'
Installing package 'gst-plugins-bad'
Installing package 'gst-plugins-ugly'
Installing package 'gst-plugins-good'
Installing package 'gst-python'
Installing package 'pygobject'
Installing package 'gw6c'
Installing package 'gzip'
Installing package 'hasciicam'
Installing package 'aalib'
Installing package 'hdparm'
Installing package 'heyu'
Installing package 'setserial'
Installing package 'hiawatha'
Installing package 'howl'
Installing package 'hping3'
Installing package 'hplip'
Installing package 'sane-backends'
Installing package 'hsflowd'
Installing package 'htpdate'
Installing package 'httptunnel'
Installing package 'huaweiaktbbo'
Installing package 'i2c-tools'
Installing package 'ices'
Installing package 'libshout'
Installing package 'icmptx'
Installing package 'ifstat'
Installing package 'iioutils'
Installing package 'imagemagick'
Installing package 'imapfilter'
Installing package 'imsnif'
Installing package 'imspector'
Installing package 'ink'
Installing package 'libinklevel'
Installing package 'input-utils'
Installing package 'io'
Installing package 'ipcad'
Installing package 'ipkungfu'
Installing package 'ipmitool'
Installing package 'ipsec-tools'
Installing package 'iptables-snmp'
Installing package 'iptraf'
Installing package 'ipupdate'
Installing package 'ipv6calc'
Installing package 'ipython'
Installing package 'isakmpd'
Installing package 'keynote'
Installing package 'isc-dhcp'
Installing package 'jamvm'
Installing package 'jansson'
Installing package 'joe'
Installing package 'ossp-js'
Installing package 'jsonpath'
Installing package 'jtg'
Installing package 'karma'
Installing package 'madwifi'
Installing package 'keepalived'
Installing package 'kismet'
Installing package 'kissdx'
Installing package 'libdvdread'
Installing package 'klish'
Installing package 'kmemtrace-user'
Installing package 'gpiotoggling'
Installing package 'loop-aes'
Installing package 'openswan'
Installing package 'sierra-pcmcia'
Installing package 'wprobe'
Installing package 'libipfix'
Installing package 'knock'
Installing package 'ksymoops'
Installing package 'l2tpd'
Installing package 'l2tpns'
Installing package 'libcli'
Installing package 'l2tpv3tun'
Installing package 'lcd4linux'
WARNING: No feed for package 'libdpf' found, maybe it's already part of the standard packages?
Installing package 'libvncserver'
Installing package 'serdisplib'
Installing package 'st2205tool'
Installing package 'nmeap'
WARNING: No feed for package 'libdpf' found, maybe it's already part of the standard packages?
Installing package 'lcd4linux-tew673gru'
Installing package 'lcdproc'
Installing package 'leafnode'
Installing package 'less'
Installing package 'lft'
Installing package 'lftp'
Installing package 'libao'
Installing package 'libart'
Installing package 'libassuan'
Installing package 'libatomicops'
Installing package 'libcelt'
Installing package 'clinkc'
Installing package 'libcroco'
Installing package 'libcunit'
Installing package 'cwiid'
Installing package 'libdaq'
Installing package 'libdbi'
Installing package 'libdbi-drivers'
Installing package 'sqlite2'
Installing package 'libdvbpsi'
Installing package 'eventlog'
Installing package 'ezxml'
Installing package 'libfreefare'
Installing package 'libnfc'
Installing package 'libfreenect'
Installing package 'libgee'
Installing package 'vala'
Installing package 'gpgme'
Installing package 'gsl'
Installing package 'libgssapi'
Installing package 'gssdp'
Installing package 'gupnp'
Installing package 'gupnp-av'
Installing package 'gupnp-dlna'
Installing package 'gupnp-vala'
Installing package 'libIDL2'
Installing package 'libimobiledevice'
Installing package 'libplist'
Installing package 'libusbmuxd'
Installing package 'leptonica'
Installing package 'liblo'
Installing package 'loudmouth'
Installing package 'lxc'
Installing package 'libmbus'
Installing package 'libmcrypt'
Installing package 'libmicrohttpd'
Installing package 'libmikmod'
Installing package 'libmpcdec'
Installing package 'libmpd'
Installing package 'libnatpmp'
Installing package 'neon'
Installing package 'libnetfilter-log'
Installing package 'libnetfilter-queue'
Installing package 'newt'
Installing package 'slang2'
Installing package 'libnfsidmap'
Installing package 'libol'
Installing package 'opencdk'
Installing package 'ortp'
Installing package 'libotr'
Installing package 'google-authenticator'
Installing package 'qrencode'
Installing package 'libpar2'
Installing package 'libpfm'
Installing package 'pianobar'
Installing package 'libpthread-stubs'
Installing package 'libptmalloc3'
Installing package 'libqmi'
Installing package 'radiusclient-ng'
Installing package 'librpcsecgss'
Installing package 'rrdtool'
Installing package 'librsync'
Installing package 'libsamplerate'
Installing package 'libsdl'
Installing package 'libsdl_mixer'
Installing package 'libsdl_sound'
Installing package 'libsml'
Installing package 'libsocketcan'
Installing package 'libspe2'
Installing package 'libsynce'
Installing package 'libtwin'
Installing package 'ucl'
Installing package 'unbound'
Installing package 'libxapian'
Installing package 'libzip'
Installing package 'libzstream'
Installing package 'lilo'
Installing package 'linuxigd'
Installing package 'lirc'
Installing package 'lispmob'
Installing package 'listener'
Installing package 'lmbench'
Installing package 'logilab-astng'
Installing package 'logilab-common'
Installing package 'logrotate'
Installing package 'lrzsz'
Installing package 'lsm'
Installing package 'ssmtp'
Installing package 'lsqlite3'
Installing package 'lttng-tools'
Installing package 'lttng-ust'
Installing package 'luacurl'
Installing package 'luaprofiler'
Installing package 'luasoap'
Installing package 'luasql'
Installing package 'luavstruct'
Installing package 'macchanger'
Installing package 'madplay'
Installing package 'madwimax'
Installing package 'maemo-kexec'
Installing package 'maradns'
Installing package 'matrixtunnel'
Installing package 'mc'
Installing package 'mcabber'
Installing package 'md5deep'
Installing package 'mdk3'
Installing package 'memtester'
Installing package 'mercurial'
Installing package 'mg'
Installing package 'mgen'
Installing package 'mgetty'
Installing package 'miau'
Installing package 'microcom'
Installing package 'mii-tool'
Installing package 'mini_httpd'
Installing package 'mini_sendmail'
Installing package 'mini_snmpd'
Installing package 'miredo'
Installing package 'mksh'
Installing package 'mocp'
Installing package 'mosh'
Installing package 'mpdas'
Installing package 'mrtg'
Installing package 'msr-tools'
Installing package 'mt-daapd'
Installing package 'mtd-utils'
Installing package 'mutella'
Installing package 'mutt'
Installing package 'mvprelay'
Installing package 'mxml'
Installing package 'n2n'
Installing package 'nagios'
WARNING: No feed for package 'microperl' found, maybe it's already part of the standard packages?
Installing package 'nagios-plugins'
Installing package 'natpmp'
Installing package 'nbd'
Installing package 'nbtscan'
Installing package 'nmap'
Installing package 'ncftp'
Installing package 'ndisc'
Installing package 'ndyndns'
Installing package 'net-tools'
Installing package 'netatalk'
Installing package 'netcat'
Installing package 'netio'
Installing package 'netperf'
Installing package 'netpipe'
Installing package 'netstat-nat'
Installing package 'pmacct'
Installing package 'nfs-server'
Installing package 'ngircd'
Installing package 'ngrep'
Installing package 'nocatauth'
Installing package 'nocatsplash'
Installing package 'nprobe'
Installing package 'nrpe'
Installing package 'nstx'
Installing package 'ntfs-3g'
Installing package 'ntfsprogs'
Installing package 'ntripcaster'
Installing package 'ntripclient'
Installing package 'ntripserver'
Installing package 'nufw'
Installing package 'nullmailer'
Installing package 'numpy'
Installing package 'nut'
Installing package 'nuttcp'
Installing package 'nvramtool'
Installing package 'nzbget'
Installing package 'nzbgetweb'
Installing package 'php5'
Installing package 'obfsproxy'
Installing package 'oidentd'
Installing package 'open-plc-utils'
Installing package 'open2300'
Installing package 'opendchub'
Installing package 'openl2tp'
Installing package 'opennhrp'
Installing package 'openntpd'
Installing package 'openrrcp'
Installing package 'live'
Installing package 'openslp'
Installing package 'orbit2'
Installing package 'osiris'
Installing package 'ostiary'
Installing package 'oww'
Installing package 'paris-traceroute'
Installing package 'parprouted'
Installing package 'pcmciautils'
Installing package 'pdnsd'
Installing package 'peercast'
Installing package 'peerguardian'
Installing package 'peervpn'
Installing package 'pen'
Installing package 'pepperspot'
Installing package 'pepsal'
Installing package 'perf'
Installing package 'petitboot'
Installing package 'ps3-utils'
Installing package 'phidget21'
Installing package 'php-pear'
Installing package 'php-pear-db'
Installing package 'php-pear-xmlrpc'
Installing package 'php5-pecl-apc'
Installing package 'php5-pecl-bcompiler'
Installing package 'php5-pecl-dio'
Installing package 'php5-pecl-http'
Installing package 'php5-pecl-libevent'
Installing package 'picocom'
Installing package 'pipacs'
Installing package 'poco'
Installing package 'portsentry'
Installing package 'powertop'
Installing package 'pps-tools'
Installing package 'pptpd'
Installing package 'privoxy'
Installing package 'procmail'
Installing package 'procps'
Installing package 'proftpd'
Installing package 'psmisc'
Installing package 'psplash'
Installing package 'psybnc'
Installing package 'pthsem'
Installing package 'ptpd'
Installing package 'ptrtd'
Installing package 'ptunnel'
Installing package 'puppy'
Installing package 'pure-ftpd'
Installing package 'pv'
Installing package 'pwcrypt'
Installing package 'pwgen'
Installing package 'pyclips'
Installing package 'pyload'
Installing package 'python-curl'
Installing package 'python-crypto'
Installing package 'python-imaging-library'
Installing package 'tesseract'
Installing package 'pyrit'
Installing package 'pyrrd'
Installing package 'pyserial'
Installing package 'pybluez'
Installing package 'python-cjson'
Installing package 'python-django'
Installing package 'python-eeml'
Installing package 'egenix-mx'
Installing package 'pyevent'
Installing package 'python-flup'
Installing package 'python-ifconfig'
Installing package 'python-json'
Installing package 'kid'
Installing package 'python-mimms'
Installing package 'pymysql'
Installing package 'pypcap'
Installing package 'psycopg'
Installing package 'python-pydaemon'
Installing package 'python-rsfile'
Installing package 'python-pyosc'
Installing package 'python-sip'
Installing package 'pysqlite'
Installing package 'python-webpy'
Installing package 'xapian-bindings'
Installing package 'yapsnmp'
Installing package 'pyusb'
Installing package 'pyyaml'
Installing package 'qolyester'
Installing package 'quicktun'
Installing package 'raddump'
Installing package 'radlib'
Installing package 'radsecproxy'
Installing package 'rarpd'
Installing package 'rcs'
Installing package 'rdiff-backup'
Installing package 'reaim'
Installing package 'reaver'
Installing package 'redboot-ar231x'
Installing package 'redir'
Installing package 'redsocks'
Installing package 'reiserfsprogs'
Installing package 'remind'
Installing package 'remotefs'
Installing package 'remserial'
Installing package 'restorefactory'
Installing package 'rinetd'
Installing package 'rp-l2tp'
Installing package 'rp-pppoe'
Installing package 'rrdcollect'
Installing package 'rrs'
Installing package 'rsnapshot'
Installing package 'rssh'
Installing package 'rsyncrypto'
Installing package 'sqlite3-ruby'
Installing package 'rygel'
Installing package 'scanlogd'
Installing package 'scdp'
Installing package 'schedtools'
Installing package 'scmpc'
Installing package 'scponly'
Installing package 'sdparm'
Installing package 'sed'
Installing package 'seeks'
Installing package 'tokyocabinet'
Installing package 'send'
Installing package 'nsca'
Installing package 'ser2net'
Installing package 'serialoverip'
Installing package 'setpwc'
Installing package 'sg3-utils'
Installing package 'shat'
Installing package 'shell-fm'
Installing package 'shorewall-core'
Installing package 'shorewall-lite'
Installing package 'shorewall6-lite'
Installing package 'sigscheme'
Installing package 'simplejson'
Installing package 'sispmctl'
Installing package 'slurm'
Installing package 'smcroute'
Installing package 'smtptrapd'
Installing package 'snort'
Installing package 'snort-wireless'
Installing package 'snortsam'
Installing package 'socat'
Installing package 'sox'
Installing package 'spawn-fcgi'
Installing package 'speedtouch-usb-firmware'
Installing package 'squashfs-tools'
Installing package 'squid'
Installing package 'srelay'
Installing package 'sscep'
Installing package 'sshfs'
Installing package 'sshtunnel'
Installing package 'sslcat'
Installing package 'ssldump'
Installing package 'sslsniff'
Installing package 'sslstrip'
Installing package 'ssltunnel'
Installing package 'streamripper'
Installing package 'stress'
Installing package 'stun'
Installing package 'stunnel'
Installing package 'subversion'
Installing package 'sudo'
Installing package 'synce-dccm'
Installing package 'syslog-ng'
Installing package 'sysprof'
Installing package 'sysstat'
Installing package 'taglib'
Installing package 'tar'
Installing package 'taskwarrior'
Installing package 'tcpser'
Installing package 'tcptraceroute'
Installing package 'tcsh'
Installing package 'tctool'
Installing package 'telepathy-python'
Installing package 'testusb'
Installing package 'tftp-hpa'
Installing package 'tig'
Installing package 'time'
Installing package 'tmsnc'
Installing package 'tor'
Installing package 'tor-alpha'
Installing package 'totd'
Installing package 'transocks'
Installing package 'tsocks'
Installing package 'tspc'
Installing package 'tstat'
Installing package 'ttcp'
Installing package 'tunslip6'
Installing package 'tvheadend'
Installing package 'ucarp'
Installing package 'udp-broadcast-relay'
Installing package 'udpcast'
Installing package 'uftp'
Installing package 'uhub'
Installing package 'ulogd'
Installing package 'unfs3'
Installing package 'uob-nomad'
Installing package 'updatedd'
Installing package 'upx'
Installing package 'urbi'
Installing package 'usbip'
Installing package 'usbmuxd'
Installing package 'ustl'
Installing package 'uucp'
Installing package 'vblade'
Installing package 'veth'
Installing package 'vgp'
Installing package 'vim'
Installing package 'vnc-reflector'
Installing package 'vncrepeater'
Installing package 'vpnc'
Installing package 'vpnc-scripts'
Installing package 'vpzone'
Installing package 'vrrpd'
Installing package 'vtun'
Installing package 'wattsup'
Installing package 'wccpd'
Installing package 'wdiag'
Installing package 'weechat'
Installing package 'wide-dhcpv6'
Installing package 'wifidog'
Installing package 'wifitoggle'
Installing package 'wing'
Installing package 'wiviz'
Installing package 'wknock'
Installing package 'wol'
Installing package 'wput'
Installing package 'wrt-radauth'
Installing package 'wt'
Installing package 'wview'
Installing package 'wx200d'
Installing package 'xdelta3'
Installing package 'xmail'
Installing package 'xmpp4r'
Installing package 'xsupplicant'
Installing package 'yaddns'
Installing package 'yafc'
Installing package 'zoneinfo'
Installing package 'zsh'

猜你喜欢

转载自blog.csdn.net/qq_27508477/article/details/88407944