2017年3月19日 星期日

YUM 6

RHEL6
使用CENTOS 安來裝
#!/bin/bash
# For YUM Packages Update From CentOS
mirrordir -v ftp://ftp.nsysu.edu.tw/Unix-like/CentOS/6.6/os/x86_64/ /var/www/html/yum/centos/6.6/os/x86_64
rpm --import /var/www/html/yum/centos/6.6/os/x86_64/RPM-GPG-KEY-CentOS-6
yum-arch /var/www/html/yum/centos/6.6/os/x86_64
createrepo /var/www/html/yum/centos/6.6/os/x86_64


沒有留言:

RHEL install EPEL

  https://www.linuxtechi.com/install-epel-repo-on-rhel-system/ EPEL dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest...