Versions Compared

Key

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

...

2. After installing the repository, run a yum update to pull in the patched version of libxml2 from the IFI CLAIMS repository.

...

Code Block
languagebash
sudo yum -y install perl-Alexandria-Library
sudo yum -y install perl-Alexandria-Client-Tools

...

6. Enable the service.

Code Block
languagebash
# Amazon
chkconfig apgupd
# RHEL/Rocky
systemctl enable apgupd.service

7. Start the service.

Code Block
languagebash
# Amazon
service apgupd start
# RHEL/Rocky
systemctl start apgupd.service

...