nameserver 223.5.5.5 ---加入一条阿里提供的公网可用dns服务器地址
###这里注意一下:yum源需要对应服务器安装的系统,本系统redhat8 ,找了个centos8的repo,可以用。
[ yum.repos.d]# wget -O /etc/yum.repos.d/redhat.repo https://mirrors.aliyun.com/repo/Centos-8.repo
--2020-05-27 11:59:27-- https://mirrors.aliyun.com/repo/Centos-8.repo
正在解析主机 mirrors.aliyun.com (mirrors.aliyun.com)... 116.153.35.249, 116.153.35.242, 116.153.35.245, ...
正在连接 mirrors.aliyun.com (mirrors.aliyun.com)|116.153.35.249|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:2595 (2.5K) [application/octet-stream]
正在保存至: “/etc/yum.repos.d/redhat.repo”
/etc/yum.repos.d/redhat.repo 100%[======================================================================================>] 2.53K --.-KB/s 用时 0s
2020-05-27 11:59:28 (135 MB/s) - 已保存 “/etc/yum.repos.d/redhat.repo” [2595/2595])
###yum安装vsftpd
[ yum.repos.d]# yum install vsftpd -y
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
依赖关系解决。
==========================================================================================================================================================================
软件包 架构 版本 仓库 大小
==========================================================================================================================================================================
安装:
vsftpd x86_64 3.0.3-28.el8 AppStream 180 k
事务概要
==========================================================================================================================================================================
安装 1 软件包
总下载:180 k
安装大小:359 k
下载软件包:
vsftpd-3.0.3-28.el8.x86_64.rpm 1.0 MB/s | 180 kB 00:00
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
总计 1.0 MB/s | 180 kB 00:00
警告:/var/cache/dnf/AppStream-a5e033d33ad24141/packages/vsftpd-3.0.3-28.el8.x86_64.rpm: 头V3 RSA/SHA256 Signature, 密钥 ID 8483c65d: NOKEY
导入 GPG 公钥 0x8483C65D:
Userid: "CentOS (CentOS Official Signing Key) <>"
指纹: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D
导入公钥成功
运行事务检查
事务检查成功。
运行事务测试
事务测试成功。
运行事务
准备中 : 1/1
安装 : vsftpd-3.0.3-28.el8.x86_64 1/1
运行脚本: vsftpd-3.0.3-28.el8.x86_64 1/1
验证 : vsftpd-3.0.3-28.el8.x86_64 1/1
Installed products updated.
已安装:
vsftpd-3.0.3-28.el8.x86_64
完毕!
[ yum.repos.d]# systemctl status vsftpd
● vsftpd.service - Vsftpd ftp daemon
Loaded: loaded (/usr/lib/systemd/system/vsftpd.service; disabled; vendor preset: disabled)
Active: inactive (dead)