yum search passwd //查找源文件
passwd.x86_64 : An utility for setting or changing passwords using PAM //查找到的源
yum install passwd.x86_64 //安装
bash: passwd: command not found
最新推荐文章于 2024-12-31 14:45:00 发布
yum search passwd //查找源文件
passwd.x86_64 : An utility for setting or changing passwords using PAM //查找到的源
yum install passwd.x86_64 //安装