1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203
|
Source: inetutils
Section: net
Priority: optional
Maintainer: Guillem Jover <guillem@debian.org>
Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/inetutils.git
Vcs-Git: https://git.hadrons.org/git/debian/pkgs/inetutils.git
Homepage: https://www.gnu.org/software/inetutils/
Standards-Version: 4.3.0
Rules-Requires-Root: no
Build-Depends:
debhelper (>= 11),
# Used by the test suite:
# /etc/protocols and /etc/services
netbase,
# netstat(1)
net-tools,
# Used by the build system:
autoconf,
automake,
bison,
texinfo,
libreadline-dev | libreadline6-dev | libreadline5-dev,
libncurses-dev,
libpam0g-dev,
libwrap0-dev,
libidn11-dev,
libkrb5-dev,
Build-Conflicts:
autoconf2.13,
automake1.4,
Package: inetutils-ftp
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
netbase,
Description: File Transfer Protocol client
The ftp command is used to transfer files between hosts using the
FTP protocol.
Package: inetutils-ftpd
Architecture: any
Provides:
ftp-server,
Conflicts:
ftp-server,
Depends:
${misc:Depends},
${shlibs:Depends},
inetutils-syslogd | system-log-daemon,
netbase,
Description: File Transfer Protocol server
Ftpd is the server that allows another host to connect with the ftp
command to transfer files using the FTP protocol.
Package: inetutils-inetd
Architecture: any
Provides:
inet-superserver,
netkit-inetd,
Conflicts:
inet-superserver,
netkit-inetd,
Depends:
${misc:Depends},
${shlibs:Depends},
inetutils-syslogd | system-log-daemon,
lsb-base,
tcpd,
update-inetd,
Description: internet super server
Inetd is the daemon that listens on various TCP and UDP ports and spawns
programs that can't or won't do it for themselves.
.
This is the portable GNU implementation of inetd. The package supports
IPv6, tcpmux services and unlimited server arguments.
Package: inetutils-ping
Architecture: any
Provides:
ping,
Conflicts:
ping,
Depends:
${misc:Depends},
${shlibs:Depends},
netbase,
Description: ICMP echo tool
Ping uses ICMP to send out echo requests, and uses the reply packets to
calculate latency between the sending and the destination hosts.
.
This is the portable GNU implementation of ping.
Package: inetutils-traceroute
Architecture: any
Provides:
traceroute,
Depends:
${misc:Depends},
${shlibs:Depends},
netbase,
Description: trace the IPv4 route to another host
The traceroute utility displays the route taken by IP packets on their
way to another host or another network.
.
Install this package if you need a tool to examine network connectivity
or to diagnose network problems.
Package: inetutils-syslogd
Architecture: any
Provides:
${syslogd:Provides},
system-log-daemon,
Conflicts:
${syslogd:Provides},
system-log-daemon,
Replaces:
syslogd,
Depends:
${misc:Depends},
${shlibs:Depends},
lsb-base,
netbase,
Description: system logging daemon
The syslog daemon is responsible for providing logging of messages
received from programs and facilities on the local host as well as
from remote hosts.
Package: inetutils-talk
Architecture: any
Provides:
talk,
Depends:
${misc:Depends},
${shlibs:Depends},
netbase,
Description: talk to another user
Talk is a visual communication program which copies lines from your terminal
to that of another user.
Package: inetutils-talkd
Architecture: any
Provides:
talkd,
Conflicts:
talkd,
Depends:
${misc:Depends},
${shlibs:Depends},
inetutils-inetd | inet-superserver,
inetutils-syslogd | system-log-daemon,
netbase,
Description: remote user communication server
Talkd is the server that notifies a user that someone else wants to initiate
a conversation. It acts a repository of invitations, responding to requests
by clients wishing to rendezvous to hold a conversation.
Package: inetutils-telnet
Architecture: any
Provides:
telnet-client,
Depends:
${misc:Depends},
${shlibs:Depends},
netbase,
Description: telnet client
The telnet command is used for interactive communication with another host
using the TELNET protocol.
Package: inetutils-telnetd
Architecture: any
Provides:
telnet-server,
Conflicts:
telnet-server,
Depends:
${misc:Depends},
${shlibs:Depends},
inetutils-inetd | inet-superserver,
inetutils-syslogd | system-log-daemon,
netbase,
Description: telnet server
The in.telnetd program is a server which supports the DARPA telnet
interactive communication protocol.
Package: inetutils-tools
Architecture: any
Provides:
${tools:Provides},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: base networking utilities (experimental package)
Base utilities for network administration:
.
- ifconfig
- hostname
- dnsdomainname
- logger
.
WARNING: The current ifconfig implementation provided is not fully
compatible with the net-tool's ifconfig version.
|