Versions Compared

Key

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

...

...

Code Block
languagetext
# centos 7 needs an additional repository
yum -y install epel-release

# See full URLs above
yum -y install https://repo.ificlaims.com/ifi-alexandria/<distribution>/ifi-claims-direct...

...

Code Block
languagetext
yum -y update   # this update should pull libxml2 from our repository

...

Finally, install the Alexandria::Client::Tools:

Code Block
yum -y install perl-Alexandria-Client-Tools   # will pull in perl-Alexandria-Library 

...