Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
yum --best --allowerasing update

If you are using AWS Linux, enter the following code:

Code Block
languagetext
# yum shell <<EOF
remove libxml2.x86_64 libxml2-python27.x86_64
install http://alexandria.fairviewresearch.com/software/libxml2/f20/libxml2-2.9.2-1.fc20.x86_64.rpm
run
y
EOF

For other operating systems, enter the following code:

Code Block
yum --allowerasing update

...