CentOS 8.x 安装 tcp_wrappers
1 | https://installati.one/centos/8/tcp_wrappers/ |
CentOS 8.x 默认是移除了 tcp_wrappers ,可以通过 dnf 或 yum 安装
方法一: 通过 dnf 来安装
1-1. 重新生成缓存
1 | dnf makecache --refresh |
1-2. 开始安装 tcp_wrappers
1 | dnf -y install tcp_wrappers |
方法二: 通过 yum 来安装
2-1. 重新生成缓存
1 | yum makecache --refresh |
2-2. 开始安装 tcp_wrappers
1 | yum -y install tcp_wrappers |