installcentos icon indicating copy to clipboard operation
installcentos copied to clipboard

EPEL repo bug

Open dokbua opened this issue 6 years ago • 1 comments

Disable the EPEL repository globally so that is not accidentally used during later steps of the installation

sed -i -e "s/^enabled=1/enabled=0/" /etc/yum.repos.d/epel.repo

Doesn't work - enabled=true, not 1:

grep ^enabled /etc/yum.repos.d/epel.repo

enabled=true

I don't know how I can make this thing stop interpreting the prompt :/

dokbua avatar Feb 18 '19 12:02 dokbua

install the following base packages

yum install -y wget git zile nano net-tools docker-1.13.1
bind-utils iptables-services
bridge-utils bash-completion
kexec-tools sos psacct openssl-devel
httpd-tools NetworkManager
python-cryptography python2-pip python-devel python-passlib
java-1.8.0-openjdk-headless "@Development Tools"

Fails because of missing space between docker-1.13.1 and \ : No package docker-1.13.1bind-utils available.

dokbua avatar Feb 18 '19 13:02 dokbua