yum install -y --enablerepo
时间:2020-03-02 13:09:57
收藏:0
阅读:705
echo -e "[NOT-CERTIFIED]\nname=NOT-CERTIFIED\nbaseurl=http://xxx/openopen/not-cert/rhel7-x86_64/latest/RPMS.all\nenabled=0\ngpgcheck=0" > /etc/yum.repos.d/NOT-CERTIFIED.repo
yum install -y --enablerepo=NOT-CERTIFIED lrzsz
原文:https://www.cnblogs.com/tonggc1668/p/12394634.html
评论(0)