gnuwin32 inetutils 软件包去了哪里?
网上有gnuwin32 inetutils包的踪迹。 但它已经不在现场了。 它在哪里? 具体来说,win32 的 gnu telnet 应用程序在哪里?
There are traces of the gnuwin32 inetutils package on the net. But it's not at the site anymore. where is it? Specifically where is the gnu telnet app for win32?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Inetutils 有很多依赖项,这使得在没有任何 POSIX 层的情况下很难在 Win32 上直接编译和运行。 但是您可以在其他软件包中找到一些 inetutils 工具或使用类似的 Microsoft Windows 命令行工具。 以下是开源或免费的 inetutils 工具 和您可以在其中找到它们:
其他工具是守护进程,您无法找到 Windows 本地可执行文件,但您可以找到这些工具的等效工具:
如果可以'在这里找不到您需要的东西,那么您应该尝试通过 cygwin 使用 GNU inetutils。
Inetutils has a lot of dependencies that make it hard to compile and run directly on Win32 without any POSIX layer. But you can find some of inetutils tools in other packages or use similar Microsoft Windows command line tools. Here is the list of open-source or free inetutils tools and where you can find them :
The other tools are daemons that you cannot find as windows native executable, but you could find equivalent of these tools :
If you can't find what you need here, then you should try to use GNU inetutils through cygwin.
这可能不是很有帮助,但是:如果您只需要找到可以某种或其他形式在 Windows 上运行的 inetutils,那么您可以在 Cygwin。 如果您专门寻找 gnuwin32 端口,那么我想您就不走运了。
That's probably not very helpful, but: if you only need to find inetutils that can in some or other form run on Windows, then you can find it in Cygwin. If you are specifically looking for the gnuwin32 port, then you are out of luck I guess.