目录:
- 1.问题
- 2.方案
1.问题
解决 bash: nc: command not found 和 nc: Protocol not available 问题
2.方案
步骤如下:
- yum erase nc
- wget http://vault.centos.org/6.6/os/x86_64/Packages/nc-1.84-22.el6.x86_64.rpm
- rpm -iUv nc-1.84-22.el6.x86_64.rpm
截图如下:

本文提供了解决在CentOS 6.6中遇到的'bash:nc:command not found'和'nc: Protocol not available'问题的详细步骤。通过下载并安装nc-1.84-22.el6.x86_64.rpm包,可以有效解决上述问题。
目录:
1.问题
解决 bash: nc: command not found 和 nc: Protocol not available 问题
2.方案
步骤如下:
截图如下:

1102
4983

被折叠的 条评论
为什么被折叠?